-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
does Json sdk cares about dfc dfd utf8 issue? #1901
Comments
This library supports UTF-8. |
Do you need further assistance with this issue? |
DFD?DFC? I think this library doesn't care about it. It just give you what you give it, and how to display depends on you. |
@issaharnoam Do you need further assistance? |
Thanks for quick response |
|
I wil try to encode ti DFD and parse and see the values. I am not sure about the behavior because I encoded the file on windows and parsed on Mac and I did not see windows utf8 |
used case:
json composed on windows by json parser and contains ü character
same json file parsed on mac
In mac there is DFD and in windows - DFC utf8 encoding for letters like ü etc..
Is json toolkit cares about it?
Thanks
The text was updated successfully, but these errors were encountered: