Bug #84572
closedJsonView needlessly escaped UTF-8 characters
100%
Description
The JsonView escapes "ΓΌ" as "\u00".
Updated by Gerrit Code Review over 6 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56501
Updated by Gerrit Code Review over 6 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56501
Updated by Tymoteusz Motylewski over 6 years ago
Can you please add more context to the issue, why json view should not escape unicode?
Why is it safe not to escape them?
Updated by Oliver Klee over 6 years ago
Tymoteusz Motylewski wrote:
Can you please add more context to the issue, why json view should not escape unicode?
Why is it safe not to escape them?
AFAIK, only escape characters need to be escaped in JSON. So it's not necessary.
The main point is that the JSON is more human-readable if the umlauts are rendered as umlauts and not \1234.
Updated by Gerrit Code Review over 6 years ago
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56565
Updated by Oliver Klee over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 9207e8a44f794011b7f30a3858825158c587205c.
Updated by Gerrit Code Review over 6 years ago
- Status changed from Resolved to Under Review
Patch set 2 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56565
Updated by Oliver Klee over 6 years ago
- Status changed from Under Review to Resolved
Applied in changeset f6312067b23d38bbf2a134a654f1417faac8fefb.