Project

General

Profile

Actions

Bug #84572

closed

JsonView needlessly escaped UTF-8 characters

Added by Oliver Klee about 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Extbase
Target version:
-
Start date:
2018-03-31
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

The JsonView escapes "ΓΌ" as "\u00".

Actions #1

Updated by Gerrit Code Review about 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

Actions #2

Updated by Gerrit Code Review about 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

Actions #3

Updated by Tymoteusz Motylewski about 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?

Actions #4

Updated by Oliver Klee about 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.

Actions #5

Updated by Gerrit Code Review about 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

Actions #6

Updated by Oliver Klee about 6 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #7

Updated by Gerrit Code Review about 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

Actions #8

Updated by Oliver Klee about 6 years ago

  • Status changed from Under Review to Resolved
Actions #9

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF