Review: Needs Fixing typecasting to unicode still isn't necessarily going to fix the issue. when you don't specify an encoding, the unicode() function converts from 'ascii'. If the string is not ascii, your code will suffer a similar problem.
I suggest making use of the getfilesystemencoding() function (or whatever it is called). -- https://code.launchpad.net/~googol/openlp/bug-1014684/+merge/111050 Your team OpenLP Core is subscribed to branch lp:openlp. _______________________________________________ Mailing list: https://launchpad.net/~openlp-core Post to : [email protected] Unsubscribe : https://launchpad.net/~openlp-core More help : https://help.launchpad.net/ListHelp

