[mythtv-commits] Ticket #1526: EIT matching of accented/internation characters broken

MythTV mythtv at cvs.mythtv.org
Thu Mar 16 09:49:42 UTC 2006


#1526: EIT matching of accented/internation characters broken
----------------------------------+-----------------------------------------
 Reporter:  simon at imaginator.com  |       Owner:  ijr 
     Type:  defect                |      Status:  new 
 Priority:  minor                 |   Milestone:      
Component:  mythtv                |     Version:  0.19
 Severity:  medium                |  
----------------------------------+-----------------------------------------
 The EIT scanner is continuously updating the program table in mythtv with
 a "Schedule Change" for each program that contains an accented character.
 Titles without accents or interanational characters (eg; ü è ö...) are
 unaffected.  Here is an example log file entry:

 2006-03-16 10:45:04.812 Schedule Change on Channel 1020
 2006-03-16 10:45:04.837 Old: 2006-03-18T23:00:00 2006-03-19T00:00:00 John
 Peters New York: pr'''ä'''sentiert durch Jutta Niedhardt
 2006-03-16 10:45:04.875 New: 2006-03-18 23:00:00 2006-03-19 00:00:00 John
 Peters New York: pr'''ä'''sentiert durch Jutta Niedhardt

 I don't believe that there is actually a real schedule change in each of
 these situations.

 Mysql has the title field of the programs table defined as being a
 "latin1_swedish_ci" which is as far as I can tell what is defined by
 default in the mythtv schema/mysql setup.

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


More information about the mythtv-commits mailing list