aspose file tools
The moose likes JSP and the fly likes Problem with charset Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Problem with charset" Watch "Problem with charset" New topic
Author

Problem with charset

Velika Srbija
Ranch Hand

Joined: Jan 15, 2002
Posts: 171
I'm using JSP, Tomcat 4 and MySQL
I also set: charset=iso-8859-2
When I receive data from my input form, some characters (that are out of iso-8859-1, i.e. belongs to iso-8859-2) comes in form of &#nnn; (e.g. š=š č=č etc.)
Storing data that contain that sort of chars into my database, makes them longer than they should be, e.g.:
(school)
škola - from my input form (length=5) is equal to
škola - when stored into database (length=10)
What way I could fix it?
Velika Srbija
Ranch Hand

Joined: Jan 15, 2002
Posts: 171
Sorry!
This is correct:
I'm using JSP, Tomcat 4 and MySQL
I also set: charset=iso-8859-2
When I receive data from my input form, some characters (that are out of iso-8859-1, i.e. belongs to iso-8859-2) comes in form of &#nnn; (e.g. š=š č=č etc.)
Storing data that contain that sort of chars into my database, makes them longer than they should be, e.g.:
(school)
škola - from my input form (length=5) is equal to
škola - when stored into database (length=10)
I want to write into my database datas of exactly the same size as they apper when rendered in an HTML(JSP) page.
What way I could fix it?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Problem with charset
 
Similar Threads
problem inserting data into MS Access
unable to handle special characters in struts
MySQL and charset
Multi language support in forms.
Passed SCJD Bodgitt and Scraper: 353