I have created a small contact form creator in PHP and everything works fine for me, but my friend in Denmark says the forms don't display danish characters properly and won't submit when Danish characters are used. I have never worked with internationalization and the PHP manual doesn't help me at all.
How can I make my PHP applications be compatible with other language characters. I work with PHP 5.3.x and my files are created with utf-8 without bom and everything in my pages and database are utf-8. Is there an article you can recommend that a beginner can understand?
Thank you!