andras.csanadi Hi! How can I storing in plain text the following hungarian characters: "űŰ Őő..." with MySQL database. MySQL 5.5.8 (XAMPP) (localhost) AwareIM 5.1 (Build 1423) Thanks
aware_support Aware IM and MySQL should be fully Unicode enabled - so you just enter your characters in Hungarian and they should be stored properly
aware_support So it looks that the characters you are entering are not correct. Are you entering them using the Hungarian keyboard? If so, then your browser settings must be wrong - make sure that it displays UTF-8 characters.
aware_support So are characters displayed incorrectly when you are entering them or only when they are re-displayed when saved?
andras.csanadi When I are entering them, are displayed correctly. In DB are them stored incorrectly. They are re-displayed are incorrectly.
andras.csanadi I tried, nothing has changed. filed "Nev" chaged: latin1 to utf8_unicode_ci: connection collation: utf8_unicode_ci: -mysql reboot. awareim controlpanel: -reboot Problem is with caracters: űŰőŐ: In DB:
andras.csanadi Thank you for all ideas. My MySQL UTF-8 settings are not correct: The default of "character_set_server" was latin1. 1.)In section [mysqld] of the file my.ini I typed "character_set_server=utf8". 2.)Restarted mysql server. 3.)AwareIm restart AND IT WORKS FINE!!!