Guest Posted April 13, 2009 Posted April 13, 2009 The Hungarian accented letters don't show up correctly in my store. I tried to type them in Hungarian using a Hungarian keyboard layout and tried it with the US keyboard layout too using the Option key(I have a Mac). They show correctly in the setup (Administration) but not on my site in the Hungarian language option. :( Thank you for any advise.
chooleen Posted April 22, 2009 Posted April 22, 2009 The Hungarian accented letters don't show up correctly in my store. I tried to type them in Hungarian using a Hungarian keyboard layout and tried it with the US keyboard layout too using the Option key(I have a Mac). They show correctly in the setup (Administration) but not on my site in the Hungarian language option. :( Thank you for any advise. You must have in includes/languages/hungarian.php this line: // charset for web pages and emails define('CHARSET', 'UTF-8'); Then try to use a specialised editor (like PSPad, freeware) to edit your files (and/or database). Try with á, ó, õ, Á, Ó, Õ or insert á ó õ Á Ó Õ , respectively. PSPad hava an ASCII table. For the text stored in database use the second option.
Guest Posted April 22, 2009 Posted April 22, 2009 You must have in includes/languages/hungarian.php this line: // charset for web pages and emails define('CHARSET', 'UTF-8'); Then try to use a specialised editor (like PSPad, freeware) to edit your files (and/or database). Try with á, ó, õ, Á, Ó, Õ or insert á ó õ Á Ó Õ , respectively. PSPad hava an ASCII table. For the text stored in database use the second option. Thank you for your help. I will try to do it that way. :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.