[mythtv-commits] Ticket #13210: Environment Canada accented names are not correctly displayed

MythTV noreply at mythtv.org
Tue Jan 23 19:54:53 UTC 2018


#13210: Environment Canada accented names are not correctly displayed
---------------------------------------+--------------------------
     Reporter:  Don Haig <Time4Tux@…>  |      Owner:
         Type:  Bug Report - General   |     Status:  new
     Priority:  minor                  |  Milestone:  needs_triage
    Component:  Plugin - MythWeather   |    Version:  v29.0
     Severity:  low                    |   Keywords:
Ticket locked:  0                      |
---------------------------------------+--------------------------
 The envcan.pl script does not preserve UTF-8 characters in location names.
 (e.g. location on-118 contains an accented character which is not dislayed
 correctly)

 This can be remedied by adding the following lines near the top of
 ENVCANParser.pm:
 {{{
 use encoding "utf-8";
 use v5.10;
 }}}

--
Ticket URL: <https://code.mythtv.org/trac/ticket/13210>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list