[mythtv-commits] Ticket #6464: MythDB.py patch so that all "utf8_general_ci" fields are returned as 'utf8' strings

MythTV mythtv at cvs.mythtv.org
Thu Apr 16 20:41:48 UTC 2009


#6464: MythDB.py patch so that all "utf8_general_ci" fields are returned as 'utf8'
strings
------------------------------------+---------------------------------------
 Reporter:  r.d.vaughan at rogers.com  |       Owner:  awithers
     Type:  patch                   |      Status:  new     
 Priority:  minor                   |   Milestone:  0.22    
Component:  Bindings - Python       |     Version:  unknown 
 Severity:  medium                  |     Mlocked:  0       
------------------------------------+---------------------------------------
 This patch has MythDB.py catching up with the change of some fields to
 "utf8_general_ci" in trunk.

 Specifies that all string fields are to be returned as 'utf8' strings.
 Without this patch all fields specified as "utf8_general_ci" were being
 returned as 'str' type variables. This made processing problematic for
 python scripts expecting utf8 strings from the trunk v0.22 Mythtv
 database.

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


More information about the mythtv-commits mailing list