[mythtv-commits] Ticket #3065: Missing canonical language code mappings in iso639.cpp

MythTV mythtv at cvs.mythtv.org
Thu Feb 8 17:13:57 UTC 2007


#3065: Missing canonical language code mappings in iso639.cpp
------------------------------------+---------------------------------------
 Reporter:  chhamilton at hotmail.com  |       Owner:  ijr 
     Type:  patch                   |      Status:  new 
 Priority:  minor                   |   Milestone:  0.21
Component:  mythtv                  |     Version:  head
 Severity:  low                     |  
------------------------------------+---------------------------------------
 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:

 1. `"mya"` to `"bur"`[[BR]]
 2. `"fra"` to `"fre"`[[BR]]
 3. `"ron"` to `"rum"`[[BR]]

 The attached patch fixes this minor issue.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/3065>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list