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

Japanese characters are unreadable in preview #68

Closed
azyobuzin opened this issue Dec 2, 2020 · 1 comment · Fixed by #69
Closed

Japanese characters are unreadable in preview #68

azyobuzin opened this issue Dec 2, 2020 · 1 comment · Fixed by #69
Labels
bug Something isn't working

Comments

@azyobuzin
Copy link
Contributor

azyobuzin commented Dec 2, 2020

Summary

In v2.5.0, non ASCII characters encoded with UTF-8 are corrupted. This example is made by changing Index.cshtml in HelloRin.

Screenshot

Cause

The cause is that BodyDataPayload was changed in the version.

If no transformer is specified, payloadBodyContentType will be null and the body converted to BASE64 will be sent to the client without PresentationContentType. In older version, the body was sent without being converted to BASE64.

@mayuki
Copy link
Owner

mayuki commented Dec 3, 2020

Thanks! The issue is fixed in v2.5.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants