0

Hi I'm having encoding problem. I have Ubuntu 14.04 OS, Tomcat 7 installed encoding configured as iso8859-8. My Webapp parse XML file and save the data at MySql DB.(UTF8)

When parsing the XML i can see the correct data but after saving the data it's become as ?????. (The language is Hebrew).

Anyone encounter this issue.

Arnon Rodman
  • 511
  • 2
  • 6
  • 21
  • possible duplicate of [How to get UTF-8 working in Java webapps?](http://stackoverflow.com/questions/138948/how-to-get-utf-8-working-in-java-webapps) – Biffen Sep 03 '14 at 11:45
  • Nop ,I saw this one and tried it before asking here. :( – Arnon Rodman Sep 03 '14 at 11:52
  • solved by mysql conf file :[client] default-character-set=utf8 [mysql] default-character-set=utf8 [mysqld] collation-server = utf8_unicode_ci init-connect='SET NAMES utf8' character-set-server = utf8 – Arnon Rodman Sep 03 '14 at 15:15

0 Answers0