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/
[actual_thb0_fc_textde] Umlaute falsch angezeigt
Moderator: Mattk
Re: [actual_thb0_fc_textde] Umlaute falsch angezeigt
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.
You might add a UTF-8 charater set tag in your HTML header, which will make your browser switching automatically.
- Manhart
- Senior Boarder
- Posts: 63
- Joined: Wed Sep 03, 2008 11:41 am
- Location: 8312 Winterberg - Switzerland
- Contact:
Re: [actual_thb0_fc_textde] Umlaute falsch angezeigt
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
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
Thanks for your fast help.
Regards
Matthias