Opened 19 years ago
Closed 19 years ago
#3065 closed patch (fixed)
Missing canonical language code mappings in iso639.cpp
| Reported by: | Owned by: | danielk | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.21 |
| Component: | mythtv | Version: | head |
| Severity: | low | Keywords: | canonical language code iso 639 |
| Cc: | Ticket locked: | no |
Description
There are currently a few missing mappings in the createCodeToCanonicalCodeMap(...) function of iso639.cpp. Not a big deal, but I recently noticed it because Bell Express Vu sometimes sends down EIT information with a language code of "fra", which wasn't being translated to the canonical form of "fre". Using the list from the page at http://www.loc.gov/standards/iso639-2/php/code_list.php, it appears that the following mappings are missing:
"mya"to"bur"
"fra"to"fre"
"ron"to"rum"
The attached patch fixes this minor issue.
Attachments (1)
Change History (3)
by , 19 years ago
| Attachment: | iso639.patch added |
|---|
comment:1 by , 19 years ago
| Owner: | changed from to |
|---|
Note:
See TracTickets
for help on using tickets.

Patch to iso639.cpp