Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to parse some UTF-8 characters #12

Closed
GoogleCodeExporter opened this issue May 23, 2015 · 2 comments
Closed

Unable to parse some UTF-8 characters #12

GoogleCodeExporter opened this issue May 23, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Great product -- thanks a lot for your work!

What steps will reproduce the problem?
1. Create a binary plist with string value of "yés"
2. Parse
3. String gets parsed as "yé", the rest gets cut off, no matter how many 
characters follow "é"

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?
r21

Please provide any additional information below.


Original issue reported on code.google.com by roma...@gmail.com on 30 Jul 2011 at 4:33

@GoogleCodeExporter
Copy link
Author

This was a bug in binary plist parsing.  Short UTF16 strings were being cut in 
half.
Fixed with r23.

Original comment by kei...@alum.mit.edu on 1 Aug 2011 at 6:37

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

It worked.  Thank you very much!

Original comment by roma...@gmail.com on 1 Aug 2011 at 6:59

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant