Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

character problems


Guest

Recommended Posts

Posted

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.

  • 2 weeks later...
Posted
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.

Posted
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. :)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...