chrisguk;10999218 wrote:Hi I did that and now the output is :
ungültig
and it should be:
ungültig
Did you send a UTF-8 HTTP Header (e.g., using [man]header[/man]), or just set the HTML <meta> tag? It really needs to be the former. If your server is declaring some other charset in the page headers, browsers will ignore the charset in your meta tag.
Another issue to consider is what charset your script is actually saved in. Your result above would definitely indicate that it's saved in one charset and being displayed using another.