-
Notifications
You must be signed in to change notification settings - Fork 41.2k
spring-boot hello world is not unicode friendly #1800
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
Comments
Duplicate of #1182? |
#1182 is for the URI, not the body. @stepancheg we auto-configure the embedded containers to use |
Interestingly enough, I can reproduce and adding the
The reason why (thanks @bclozel !) is in |
It looks like that configuring that converter to use |
Take hello world application from spring-boot main page:
Replace
Hello world!
withМного букв!
, and you get a lot of question marks instead of greeting. Using spring-boot1.1.8.RELEASE
.The text was updated successfully, but these errors were encountered: