Search found 2 matches
- Sun Jul 06, 2008 9:16 am
- Forum: Developers Discussion
- Topic: Thai characters not displayed correctly in cms
- Replies: 1
- Views: 1569
Solved: Thai characters not displayed correctly in cms
Found a solution... after changing in config.php the encoding to tis620, it was working, but then any Thai language stored in content_xx tables (even set as tis620 as well) was not displayed properly. So what I did is restore utf8 as encoding everywhere (db, site settings). When querying the databas...
- Mon Jun 30, 2008 3:55 pm
- Forum: Developers Discussion
- Topic: Thai characters not displayed correctly in cms
- Replies: 1
- Views: 1569
Thai characters not displayed correctly in cms
I made a custom defined tag for translating words from French to Thai and vice versa. While my code works fine on a standalone php page, once the code is run on cms page the Thai characters are replaced by funky characters. My data is stored in the cms database that I changed to tis620 (table and co...