I have problem with UTF-8 character set.
I use MySQL 5 and Tomcat 5.5.9.I use NetBeans for programinnig
in Java.
I made one database and is in UTF8,also all my JSP pages are set to
UTF8 encoding,and also all HTML are set to UTF8.
When i put š,?,?,?,ž character date in database directly from MySQL Query tool and
and display that data in jsp pages i see all character ok, but
when i use jsp pages to insert ?,?,ž,? character and want to display them
i got some strange characters.
Also i put my IE browser to UNICODE UTF8 encoding.
How can i see correct š,?,?,ž,? in my browser correct?
Thanks
I use MySQL 5 and Tomcat 5.5.9.I use NetBeans for programinnig
in Java.
I made one database and is in UTF8,also all my JSP pages are set to
UTF8 encoding,and also all HTML are set to UTF8.
When i put š,?,?,?,ž character date in database directly from MySQL Query tool and
and display that data in jsp pages i see all character ok, but
when i use jsp pages to insert ?,?,ž,? character and want to display them
i got some strange characters.
Also i put my IE browser to UNICODE UTF8 encoding.
How can i see correct š,?,?,ž,? in my browser correct?
Thanks