Page 1 of 1

[actual_thb0_fc_textde] Umlaute falsch angezeigt

Posted: Sun Jan 02, 2011 6:14 pm
by Manhart
Hallo,

i use Meteohub 4.7. I use the variable [actual_thb0_fc_textde] in my meteo site and the result is wrong with Umlaute:

Zunehmend bewölkt mit geringer Temperaturänderung. Niederschlag möglich innerhalb 24 bis 48 Stunden.

The conversion is wrong in MeteoHub, because the final html file on my website is wrong. It is not a problem of the browser. How can i fix this ?

Regards

Matthias

http://www.beathis.ch/meteo/

Re: [actual_thb0_fc_textde] Umlaute falsch angezeigt

Posted: Sun Jan 02, 2011 7:01 pm
by admin
Meteohub prints out data in UTF-8 sytle. When you switch your browser to UTF-8 you will see characters correctly.
You might add a UTF-8 charater set tag in your HTML header, which will make your browser switching automatically.

Re: [actual_thb0_fc_textde] Umlaute falsch angezeigt

Posted: Sun Jan 02, 2011 7:12 pm
by Manhart
Perfect ! I could fix the header of my html file:

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

Thanks for your fast help.

Regards

Matthias