Cosimo Lupo 6b4567fcde [xmlReader] always open files using UTF-8 encoding
If no "encoding" argument is provided to Python3 `open`, the default plaftorm's encoding (cp1252 on Windows) is used when decoding bytes to unicode strings.
So, we use the `io.open` function (i.e. a backport of Python3 default file interface) with `encoding="utf_8"` argument.

Fixes https://github.com/behdad/fonttools/issues/323
2015-07-23 16:36:48 +01:00
..
2015-04-26 02:01:01 -04:00
2015-04-26 02:01:01 -04:00
2015-04-26 02:01:01 -04:00
2015-06-16 22:44:57 +01:00
2015-04-26 02:01:01 -04:00
2015-05-08 19:53:15 +01:00
2015-04-26 02:01:01 -04:00
2015-04-26 02:01:01 -04:00