Re: [PHP] Problem with HTML special characters

2008-08-29 Thread Jochem Maas
Michelle Konzack schreef: * Do not Cc: me, because I READ THIS LIST, if I write here * *Keine Cc: am mich, ich LESE DIESE LISTE wenn ich hier schreibe*

Re: [PHP] Problem with HTML special characters

2008-08-28 Thread Yeti
I'm wondering why you are using ü. If you had your site in UTF-8 it would not be necessary. Even google is using UTF-8 these days. I guess your browser automaticly converts the ü in your textarea into the namespace-proper "ü". You could try using htmlentities to convert the & into & or use a diffe