Stuck ... does anyone know how to fix this ..
Have Swedish, Polish and English on one side ... or would like to have, Polish does not work, I get "?" on some characters ...
I use charset = utf-8 in the template and the manager I use unicode utf8 in database ... Is it possible to have multiple language types in MODx 1.0.4? and how to fix that...?
-
☆ A M B ☆
- 24,524 Posts
Are you sure that your database is pure utf-8? Have you checked the structure in a client like phpMyAdmin, making sure all the fields with char or varchar types are utf-8?
Thanks!!, it got me to thinking ... should be UTF8_BOM, now it works;)