I have string like this - "Divizia NaÅ¢ionalÄ", and want to convert it to "Divizia Naţională", which is correct string. What heppand, how to remove this special characters? Hich PHP function I can use? Now to convert it to " Devizia Nationala" which is best readable for everyone?
Asked
Active
Viewed 42 times
-1
-
Look up Character encoding: http://en.wikipedia.org/wiki/Character_encoding – Lohardt Nov 29 '13 at 17:46
-
http://stackoverflow.com/questions/279170/utf-8-all-the-way-through – Mihai Nov 29 '13 at 17:52