Menu

#4 url escaping of single and double quotes

open
nobody
None
5
2010-01-26
2010-01-26
Anonymous
No

According to the specs <http://www.json.org/> String value should NOT contain double quotes (") or single backslash (\).

However, when using single or double quotes, the taglib replaces these characters by entity encoded chars.
e.g. "l'assault du château de Morgane." translates to &#034;A l&#039;assaut du château de Morgane.&#034;
While according to the specs it should be : \"l\'assault du château de Morgane.\"

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.