This repository has been archived by the owner on Mar 26, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 615
UTF8 string input not supported #67
Comments
Is there a particular bug you're seeing? json11 is intended to handle UTF8 properly throughout, which is usually transparent, but not in a few cases:
|
Yeah, I may have jumped the gun there and imprudently blamed json11, Still investigating. but will close this in the mean time. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
json.org specifies a "A string is a sequence of zero or more Unicode characters" I have always taken that to mean utf8. parse_string() does not seem to handle multi byte utf8. I will be happy to do the work and provide a pull request, If its agreed that utf8 support is desirable.
The text was updated successfully, but these errors were encountered: