Opened 7 years ago
Closed 3 years ago
#13210 closed Bug Report - General (Trac EOL)
Environment Canada accented names are not correctly displayed
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | needs_triage |
Component: | Plugin - MythWeather | Version: | v29.0 |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
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;
Note: See
TracTickets for help on using
tickets.
We have moved all bug tracking to github [1]
If you continue to have this issue, please open a new issue at github, referencing this ticket.
[1] - https://github.com/MythTV/mythtv/issues