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

cannot handle the charset other than iso-8995-1 [SPR-14] #4749

Closed
spring-projects-issues opened this issue Jan 11, 2004 · 2 comments
Closed
Assignees
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket)

Comments

@spring-projects-issues
Copy link
Collaborator

simon xi opened SPR-14 and commented

cannot handle the charset other than iso-8995-1, I want to use utf-8 to encoding the web, so I add one filter to do the encoding, request.setCharacterEncoding("utf-8"); and in the jsp page i set the contentType to "text/html;charset=utf-8", but it cannot display the Chinese characters correctly when i input the Chinese in the HTML form.


Affects: 1.0 M4

@spring-projects-issues
Copy link
Collaborator Author

Juergen Hoeller commented

Can you make sure that this is a Spring issue? Does this work in a plain JSP on Tomcat 5.0.16 and J2SDK 1.4.2?

Juergen

@spring-projects-issues
Copy link
Collaborator Author

Juergen Hoeller commented

Assumably not a Spring issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket)
Projects
None yet
Development

No branches or pull requests

2 participants