Dear Guys,

I dont know it is a unique thing or not, but I have a little encoding problem. In my Thunderbird and the SOGo web UI I see the '?' characters in names, where originally placed the 'ű' or 'ő' characters. In the mysql the encoding is latin1_swedish_ci. If I change it to utf8_general_ci, this solve my problem?

I'm planning this:

service sogo stop
mysqldump sogo | sed 's/\(CHARSET=\)latin1\(;\)$/\1utf8\2/' | mysql sogo
service sogo start

Should it help on me?

PS: The terminal is hu_HU.UTF-8
--
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to