Handling Hungarian character set from PHP – Ő Ű problem
I have started to write an app in php and run into the good old character set problem.Ő and Ű characters were not displayed correctly however I have converted the data back and forth. The key is to use UTF-8 encoding. You have to tell php what encoding to use you can achieve this either [...]