← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~googol/openlp/bug-1014684 into lp:openlp

 

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.


References