i want to display tamil content from database .... in database i have data like this (à®°à®®à¯à®®à®¿ ஆடி பணம௠வெலà¯à®•) format.... because i have utf8mb4_unicode_ci this collation in database table filed .. so if i give tamil content means it convert into (à®°à®®à¯à®®à®¿ ஆடி பணம௠வெலà¯à®•) this format and stored into database ... so if i want to display the content from (à®°à®®à¯à®®à®¿ ஆடி பணம௠வெலà¯à®•) to tamil content means some characters not displayed properly
for example :
i have used iconv('UTF-8', 'windows-1252//IGNORE', $message) this for convert message into tamil font
output is:
மொபைல� டவர�களை அமைப�பதற�காக NOC-� வழங�காத� என�பதை தயவ�செய�த� நினைவில� கொள�ள�ங�கள�.
expected output :
மொபைல் டவர்களை அமைப்பதற்காக NOC-ஐ வழங்காது என்பதை தயவுசெய்து நினைவில் கொள்ளுங்கள்.
உ & ஃ related content only not displayed properly..
so how to overcome this problem ... please help me ...