Skip to content
Snippets Groups Projects
Commit 37071c8e authored by Bruno Nocera Zanette's avatar Bruno Nocera Zanette
Browse files

Fix Bad Chars on Text (1st JSON Functional Release)


Fixed the problem of invalid chars in text, like', '\'. These chars crash the parser because the parser identifies them as the end of the tag, and then gets confused with the rest of the text.

The solution was to include a '\' in front of these chars on the small tags, like names and titles, and codify the whole text when it is too big, like descriptions and messages. This process makes the text unreadable for humans, but it doesnt loose any information when it is decoded.

Signed-off-by: default avatarBruno Nocera Zanette <brunonzanette@gmail.com>
parent f8f9d5d1
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment