Comment 4 for bug 938648

Revision history for this message
RJ Skerry-Ryan (rryan) wrote : Re: [Bug 938648] Re: Create mix record fail in music library(path with non-ascii character)

Here's the implementation of toLocal8Bit():
https://qt.gitorious.org/qt/qt/blobs/4.8/src/corelib/tools/qstring.cpp#line3763

So as the name implies it's locale dependent. I wonder this could ever
cause problems in a locale where the default is not either UTF-8 or Latin1.
Maybe we could look for someone whose system locale is JIS/KOI/etc. to
confirm?

2012/3/13 Daniel Schürmann <email address hidden>

> Hi RJ
>
> toLocal8Bit does the Magic:
> * on Linux its result is equal to toUtf8()
> * on Windows it is equal to toLatin1() in my case.
>
> Regards,
>
> Daniel
>
> --
> You received this bug notification because you are a member of Mixxx
> Development Team, which is subscribed to Mixxx.
> https://bugs.launchpad.net/bugs/938648
>
> Title:
> Create mix record fail in music library(path with non-ascii
> character)
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/mixxx/+bug/938648/+subscriptions
>