[mythtv-commits] Ticket #10371: mythcommandlineparser / mytharchivehelper fails on files with non-ascii-filenames

MythTV noreply at mythtv.org
Sat Feb 25 08:34:06 UTC 2012


#10371: mythcommandlineparser / mytharchivehelper fails on files with non-ascii-
filenames
----------------------------------+-----------------------------
 Reporter:  t.brackertz@…         |          Owner:  wagnerrp
     Type:  Bug Report - General  |         Status:  closed
 Priority:  minor                 |      Milestone:  0.25
Component:  MythTV - General      |        Version:  Master Head
 Severity:  medium                |     Resolution:  fixed
 Keywords:                        |  Ticket locked:  0
----------------------------------+-----------------------------
Changes (by Github):

 * status:  accepted => closed
 * resolution:   => fixed


Comment:

 Delay String processing until after QApplication has been initialized.

 This stores strings, stringlists, and maps containing strings as
 QByteArrays instead, and waits until QApplication has been created and
 configured proper text behavior based off the system locale, before
 processing them into QString values.  This resolves an issue where
 >8-bit unicode text passed on the command line would result in invalid
 strings when used.

 This bumps the library version.
 Fixes #10371
  Branch:    master
  Changeset: 7adbd54074db3977b6291f38873e529193c57ae8

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/10371#comment:7>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list