- 🇩🇰Denmark ressa Copenhagen
In 🐛 REST views: double encoding of apostrophes in REST Export display Needs work there's a patch which fixes partially that single quotes (
'
) are not just printed, but changed and then garbled in REST outputs."Côte d'Ivoire" now in a REST output in json format:
"name": "C\u00f4te d\u0026#039;Ivoire"
After patching:
"name": "Côte d'Ivoire"
Since single quotes don't need escaping because proper json output is in double quotes, shouldn't the output be this?
"name": "Côte d'Ivoire"
Note: Changing to "Raw output" is not always possible. Terms field for example, will then output the term id, and not the term name :)