How to get UTF-8 working in java webapps?
Posted
by kosoant
on Stack Overflow
See other posts from Stack Overflow
or by kosoant
Published on 2008-09-26T11:48:09Z
Indexed on
2010/05/17
6:40 UTC
Read the original article
Hit count: 314
I need to get UTF-8 working in my Java webapp (servlets + JSP, no framework used) to support äöå etc. for regular Finnish text and Cyrillic alphabets like ??? for special cases.
My setup is the following:
- Development encironment: Windows XP
- Production encironment: Debian
Database used: MySQL 5.x
Users mainly use Firefox2 but also Opera 9.x, FF3, IE7 and Google Chrome are used to access the site.
How to achieve this?
© Stack Overflow or respective owner