[mythtv-commits] Re: Ticket #449: MythMusic can mangle extended characters

MythTV mythtv at cvs.mythtv.org
Tue Oct 25 22:51:02 UTC 2005


#449: MythMusic can mangle extended characters
-------------------------------+--------------------------------------------
 Reporter:  mythtv at hburch.com  |        Owner:  ijr    
     Type:  patch              |       Status:  closed 
 Priority:  minor              |    Milestone:  unknown
Component:  mythmusic          |      Version:  head   
 Severity:  medium             |   Resolution:  invalid
-------------------------------+--------------------------------------------
Changes (by danielk):

  * resolution:  => invalid
  * milestone:  => unknown
  * severity:  high => medium
  * version:  => head
  * status:  new => closed

Comment:

 The DB entries should be in UTF8, then you can convert from that to ascii
 before accessing the file system. The messed up DB entries you saw were
 probably the UTF8 escape codes for the character you wanted. QString has
 facilities to translate from your locale to UTF8 and from UTF8 to your
 locale.

 I'm marking this as invalid until the patch is fixed.

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


More information about the mythtv-commits mailing list