[mythtv-commits] Ticket #13044: Remove unicoding an already unicoded value

MythTV noreply at mythtv.org
Mon May 22 06:48:57 UTC 2017


#13044: Remove unicoding an already unicoded value
-----------------------------------+----------------------
     Reporter:  angela.schmid@…    |      Owner:  wagnerrp
         Type:  Patch - Bug Fix    |     Status:  new
     Priority:  minor              |  Milestone:  unknown
    Component:  Bindings - Python  |    Version:  0.28.1
     Severity:  medium             |   Keywords:
Ticket locked:  0                  |
-----------------------------------+----------------------
 Using lossless_cut.
 When an actor exists with UTF-8 characters Video.importMetadata() crashes.
 The code tries to unicode an already unicoded value (from DB, table
 person). Unicode (without further encoding options) can only encode values
 from 0-127 and crashes therefor.

 Patch attached.

--
Ticket URL: <https://code.mythtv.org/trac/ticket/13044>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list