Encoding/Collation problem!? WTH
Posted: Mon Oct 20, 2008 9:01 am
I created a blogging system for a client. The system works perfectly on my pc (using xampp) and on my online server (linux/php5/mysql5)
But on the client's server (windows/php4/mysql5) the string,
I am using utf8_unicode_ci for the collation using MEDIUMTEXT and I am freaking out. Thank you.
But on the client's server (windows/php4/mysql5) the string,
becomes,Το Νερό
So the rho (ρ)(=lowercase) character and nu (N)(=uppercase) doesn't get recognized when echoed on a webpage. All other characters have no problems.Το �?ε�?ό
I am using utf8_unicode_ci for the collation using MEDIUMTEXT and I am freaking out. Thank you.