Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EMA should always expect UTF8 #20629

Closed
wezell opened this issue Jul 8, 2021 · 3 comments · Fixed by #20660
Closed

EMA should always expect UTF8 #20629

wezell opened this issue Jul 8, 2021 · 3 comments · Fixed by #20660

Comments

@wezell
Copy link
Contributor

wezell commented Jul 8, 2021

When we get a response from an EMA server, we should expect a UTF8 response and parse it as such. Otherwise, all that gets included in edit mode is the raw byte array.

@victoralfaro-dotcms
Copy link
Contributor

Changed "Thank you" text at contact-us page for "Thanks" and data came in UTF-8:
image
For what is worth, added a breakpoint at EMAInterceptor to validate response form EMA was used to instance a String with UTF-8 charset.

@wezell
Copy link
Contributor Author

wezell commented Jul 26, 2021

Please also test with a UTF-8 language and characters, e.g. 百度一下,你就知道

@bryanboza
Copy link
Member

bryanboza commented Jul 29, 2021

Fixed, tested with the requested parameter and still getting the same format
image

@rweiner rweiner added Release : 21.06.3 Included in LTS patch release 21.06.3 Release : 5.3.8.6 Included in LTS patch release 5.3.8.6 labels Oct 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

9 participants