![]() |
utf8 Hello When creating a new ad in Description some greek characters shows them wrong eg ς = &si gmaf; how to fix it? thanks Nikos |
You can set your language encoding in the language administration in admin. By default classifieds is packaged with english and utf-8 encoding. If you want me to comment about a specific thing I would need alot more information. |
I have the same problems, it seems that whatever we put in language administration in admin doesnt work. All my é and è are not showed properly. |
And its funny that all the characters are showing properly in the admin panel, but not when browsing the ads |
If your language encoding is set correct to display the information it should be fine. what language are you using? |
Quote:
|
FR is not a valid charset encoding. I use UTF-8 J'essaie la langue française et voyant ce que peut être fait - PhotoPost Classifieds You would have to provide more info and what actual version of the software you have. The application we release is only in english so I can only guess without info. |
i have the latest version that i've downloaded yesterday. I had a previous version, but i started from scratch since i stopped using the app for a year. Try using that sentence "Cette tour est très élevée" |
works fine. I am using the default classifieds code and language as downloaded from our site. Maybe your database is not set to utf-8 collation? Maybe your language encoding is not correct. Just a guess there since I do not have specific site info but as you can see I am using the default code and language. |
It worked ALTER DATABASE MyDb CHARACTER SET utf8; and for each table that was not utf8 ALTER TABLE tbl_name CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci; Thru phpmyadmin |
Our install script creates utf8 tables but I suppose your mysql is setup to some other encoding. You might want to make sure you change your default mysql encoding to utf8 so that all future database things you do are utf8 so it supports multiple languages. ;) |
Quote:
|
No I am referring to present code not old code |
| All times are GMT -5. The time now is 11:51 PM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0