Cosimo Lupo 864bb26eb4
glifLib: avoid re-encoding str to utf-8 when writing to file
the writeGlyphToString will still return a unicode string, like it's always done.
However, in the writeGlyph method we can call a private _writeGlyphToBytes and
write UTF-8 bytes directly instead of decoding them, then re-encoding them as
we write to the file.
2018-07-10 12:37:15 +01:00
..
2018-07-03 19:15:36 +01:00
2016-03-01 12:43:04 +01:00
2017-11-09 00:40:08 +09:00
2017-11-17 13:18:44 +01:00