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

MythTV mythtv at cvs.mythtv.org
Thu Mar 16 19:03:05 UTC 2006


#1526: EIT matching of accented/internation characters broken
----------------------------------+-----------------------------------------
 Reporter:  simon at imaginator.com  |        Owner:  danielk
     Type:  patch                 |       Status:  new    
 Priority:  minor                 |    Milestone:  0.20   
Component:  mythtv                |      Version:  head   
 Severity:  medium                |   Resolution:         
----------------------------------+-----------------------------------------
Changes (by stuarta):

  * owner:  stuarta => danielk
  * type:  defect => patch

Comment:

 Attached patch fixes the problem.

 Information retrieved out of the database is already in utf8
 {{{
 query.value(1).toString()
 }}}
 returns a utf8 encoded string.

 Information coming in on the dvb stream must be converted to utf8
 {{{
 event.Description.utf8()
 }}}

 then these two may be compared for equality and this will give a
 proper comparison even when the strings contain unicode characters.

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


More information about the mythtv-commits mailing list