Hi All, I am inserting UTF data into database. Below is the php code. PHP Code: addslashes(trim(html_entity_decode($name,ENT_NOQUOTES,'UTF-8')) PHP: Problem is in development environment data is inserting properly. In production server it inserting in different text. Ex : Orginal text : François Clerc development : François Clerc Production : François Clerc What will be the reason? please suggest.