I found problem with HTML output, where unicode characters aren't supported, so Czech specific characters are displayed wrong as you can see on picture bellow. Exist some fix for that isssue?
Min. %minval[0]%%minval[-1]%%minval[33]%%minval[43]%%minval[44]%%minval[34]%%minval[35]%
Zeit %mintime[0]% %mintime[-1]% %mintime[33]% %mintime[43]% %mintime[44]% %mintime[34]% %mintime[35]%
Max. %maxval[0]%%maxval[-1]%%maxval[33]%%maxval[43]%%maxval[44]%%maxval[34]%%maxval[35]%
Zeit %maxtime[0]% %maxtime[-1]% %maxtime[33]% %maxtime[43]% %maxtime[44]% %maxtime[34]% %maxtime[35]%
Zeit Solar Solar Sonnen
Org Prozent stand
---------------------------------------------------------------------%unit_on%%hour_only_off%
%templatebegin%%ws_time%%ws_msolars%%ws_msolarsproz% %ws_sunpos_el%
Tags und set the character set like a normal set as shown above or tell the browser explicitly to show the page in ISO-8859-2.
For HTML you have to declare the charset like in Werner's example, but the correct set for czech is ISO-8859-2. More about this, the correct syntax and the place in a HTML-page you can find here. (I hope it's in english though it's shown to me in german)
Unicode (multibyte) Support will not work, cause for this Werner would have to change the whole output of WsWin. You can find more about this near the explanation of your charset in SELFHTML.