Software > WeeWX

Codificacion txt en weewx 4.7 (instalado con script meteowee) + Debian 11 32b

<< < (3/4) > >>

Gonzalo:
A donde se le da aqui para insertar archivo

Gonzalo:
Ajunto archivo

jmviper:
Mira a ver que el skin.conf del skin tenga la línea encoding = utf8
Por defecto el Standard y el Seasons tienen encoding = html_entities

https://www.meteoarchena.es/opi/piedefoto.txt

Gonzalo:
Lo tengo puesto asi:
[CheetahGenerator]

    # Possible encodings include 'html_entities', 'utf8', 'strict_ascii', or 'normalized_ascii',
    # as well as those listed in https://docs.python.org/3/library/codecs.html#standard-encodings
    encoding = html_entities

    [[SummaryByMonth]]
        # Reports that summarize "by month"
        [[[NOAA_month]]]
##            encoding = normalized_ascii
##            encoding = strict_ascii
            encoding = utf8
            template = NOAA/NOAA-YYYY-MM.txt.tmpl
##            template = NOAA/NOAA-%Y-%m.txt.tmpl

    [[SummaryByYear]]
        # Reports that summarize "by year"
        [[[NOAA_year]]]
##            encoding = normalized_ascii
##            encoding = strict_ascii
            encoding = utf8
            template = NOAA/NOAA-YYYY.txt.tmpl
##            template = NOAA/NOAA-%Y.txt.tmpl

    [[ToDate]]
Donde he cambiado a "encoding = utf8" ha sido en los NOAA

Gonzalo:
Eureka Eureka, gracias, gracias

http://ea7cl.ddns.jazztel.es/captura/copias/20220407/20220407225727.jpg

Dejo esto asi tambien:


  [[SummaryByMonth]]
        # Reports that summarize "by month"
        [[[NOAA_month]]]
##            encoding = normalized_ascii
##            encoding = strict_ascii
            encoding = utf8
            template = NOAA/NOAA-YYYY-MM.txt.tmpl
##            template = NOAA/NOAA-%Y-%m.txt.tmpl

    [[SummaryByYear]]
        # Reports that summarize "by year"
        [[[NOAA_year]]]
##            encoding = normalized_ascii
##            encoding = strict_ascii
            encoding = utf8
            template = NOAA/NOAA-YYYY.txt.tmpl
##            template = NOAA/NOAA-%Y.txt.tmpl

Navegación

[0] Índice de Mensajes

[#] Página Siguiente

[*] Página Anterior

Ir a la versión completa