kronenthaler / openstep-parser

OpenStep plist parser for python
BSD 2-Clause "Simplified" License
17 stars 17 forks source link

UnicodeDecodeError #12

Closed 99848873 closed 4 years ago

99848873 commented 7 years ago

"/Users/zhoujinyu/Documents/QQCode/mod_project_test/pbxproj/openstep_parser/openstep_parser.py", line 148, in _parse_literal key += str[index] UnicodeDecodeError: 'ascii' codec can't decode byte 0xe4 in position 0: ordinal not in range(128)

when i try to parse a pbxproj file, i got this issue

I find the caseu ,because there are chinese in my file. but i don't know how to fix it.

XietongLU commented 7 years ago

@99848873 I also encountered the same issue. Do you have a solution?

weiss19ja commented 7 years ago

Created a pull request to solve this issue

github-actions[bot] commented 4 years ago

This issue has become stale, the required information has not been provided and it is been marked for closure in the next 5 days