Question:
When I pass Diacritical Signs in JSON data I receive an error. What is wrong?
Answer:
Actually, according to JSON standards Unicode symbols have to be passed in the `\uxxxx`
format.
For example, á = `\u00E1`
, ã = `\u00E3`
, é = `\u00E9`
. Here is the link to the encoding table (disregard "+" symbol):
Comments
0 comments
Please sign in to leave a comment.