You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If they are not within this range, some specific treatment for special characters with a switch/case are made.
Problems is that some of those special characters are within the first checked range, and so they don't get treated correctly.
Problem exists for ", / and \
Encoding following String "Hello "Mister" " will encode to "Hello "Mister" " instead of "Hello "Mister" "
In encodeString() chars are checked using
If they are not within this range, some specific treatment for special characters with a switch/case are made.
Problems is that some of those special characters are within the first checked range, and so they don't get treated correctly.
Problem exists for ", / and \
Encoding following String "Hello "Mister" " will encode to "Hello "Mister" " instead of "Hello "Mister" "
Attached a suggested implementation.
Thanks again for the very usefull lib!!
qjson.zip
The text was updated successfully, but these errors were encountered: