Hi! As I observed the same problem (playing around with a german translation of latitude and altitude into "Längengrad" and "Höhe", I solved the problem by adding this directive into skins/seasons/about.inc as well. ## about module for weewx skins ## Copyright Tom Keffer, Matthew Wall ## See LICENSE.txt for your rights #errorCatcher Echo #encoding UTF-8
I am afraid, that this directive is not inherited to included modules. I presume, that it may be a good idea to add this directive into all of the module files as well, regularly next to the #errorCatcher Echo directive. Am Dienstag, 24. September 2019 14:47:45 UTC+2 schrieb Thomas Keffer: > > The problem is almost surely in the file > /etc/weewx/skins/Seasons/index.html.tmpl. Double check that the top of > the file include a #encoding directive: > > ## Copyright 2009-2018 Tom Keffer, Matthew Wall > ## Distributed under terms of GPLv3. See LICENSE.txt for your rights. > #errorCatcher Echo > ## > ## Specifying an encoding of UTF-8 is usually safe: > #encoding UTF-8 > ## > <!DOCTYPE html> > > > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/e063a190-b1e8-4f18-932a-e66d189630d7%40googlegroups.com.
