i have string which contains characters like
Trà Hoa Việt
the want to Convert like this
Trà Hoa Việt
already tried by php
iconv("UTF-8", "ISO-8859-1//IGNORE", "Trà Hoa Việt")
but unable to remove the and get original format that i wanted. please help in this
Thank you.