[mythtv-commits] Ticket #5822: mythmusic cannot see any files with accents or internationnal characters
MythTV
mythtv at cvs.mythtv.org
Tue Oct 14 02:10:25 UTC 2008
#5822: mythmusic cannot see any files with accents or internationnal characters
---------------------------------+------------------------------------------
Reporter: pjsanon at hotmail.com | Owner: ijr
Type: defect | Status: new
Priority: critical | Milestone: 0.22
Component: mythmusic | Version: head
Severity: medium | Mlocked: 0
---------------------------------+------------------------------------------
in the file mythmusic/mythmusic/filescanner.cpp
the in function BuildFileList the call to entryInfoList() returns only
files that do not contain internationnal characters.
A quick search shows that this is related to QT4.
Something about the locale not being initialised, so
QString::fromLocal8Bit does not work.
this is in theory done in QCoreApplication but i do not see how this is
acomplished in this plugin.
This functions works corretly in 0.21
--
Ticket URL: <http://svn.mythtv.org/trac/ticket/5822>
MythTV <http://www.mythtv.org/>
MythTV
More information about the mythtv-commits
mailing list