Put the line #encoding UTF-8
at the very top of navibar.inc and your problems will go away. Cheetah processes the files separately. Finding no UTF-8 directive in navibar.inc, it assumed that the file was in ASCII, not UTF-8, so it was unable to decode it. The #encoding directive tells it that the contents are, in fact, in UTF-8. -tk On Thu, Jan 26, 2017 at 1:25 AM, 'pterodaktil' via weewx-user < [email protected]> wrote: > I find problem!!! > > it dont like string > #include '/etc/weewx/skins/Standard/navibar.inc' > > > > I did not find mistake (non utf simbols in this file) > > -- > 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]. > For more options, visit https://groups.google.com/d/optout. > -- 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]. For more options, visit https://groups.google.com/d/optout.
