Subject: We have some problem with utf-8 encoded characters in PHP.
Using MySQL 4.1.7 collation utf8 and char set utf8-general_ci, we are storing German, French, Spanish and turkey, Nederland’s etc.. Characters, those special characters are storing properly in MySQL.
But when extracting those characters using PHP into variable and want to replace special characters with relevant Umlaut’s, PHP unable to recognize the Special characters.
Please let me know reason, why PHP 4.3.11 does not support utf8
8-bit characters??
How do I achieve the replace functionality with utf8 characters in PHP..
Please respond as early as possible.