← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~m2j/openlp/work into lp:openlp

 

Just to explain, what I'm doing in the songmaintenanceform:

trunk: unicode(QString, u'utf-8')
This is executed as unicode(QString.__str__(), u'utf-8')
The call of QString.__str__() fails, as soon there are non-ASCII characters in QString.

branch: unicode(QString)
This is executed as QString.__unicode__() and works fine.
-- 
https://code.launchpad.net/~m2j/openlp/work/+merge/26605
Your team OpenLP Core is requested to review the proposed merge of lp:~m2j/openlp/work into lp:openlp.



References