
Originally Posted by
DrByte
You need to use the SAME character set everywhere. If you want to use iso-8859-7, then use that everywhere. But, since your database probably doesn't give you that option, best to choose UTF-8.
So, use UTF-8 (utf8-general-ci) in your database, for the database, all the tables, and all the fields inside those tables.
And, in Zen Cart, use UTF-8 as well.
Then, re-edit ALL your language files and save them as UTF8-without-BOM encoding, fixing all the text to display properly.
Then, re-edit ALL your database data that you've entered from the admin side, and fix all the characters so they display properly.
Then, set your PayPal encoding to UTF-8 as well.
Once you have *everything* set to the same character set, AND you've re-edited *everything* so all the characters display properly in that character set, things should work fine.
Mixing character sets is always going to give you trouble.
Bookmarks