← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~frodus86/openlp/translate into lp:openlp

 

After my print test, I then tried the following, which seemed OK:

>>> from PyQt4 import QtGui
>>> print unicode(QtGui.QApplication.translate('abc', '\xa9'))
©
>>> print unicode(QtGui.QApplication.translate('abc', u'\xa9'))
©
-- 
https://code.launchpad.net/~frodus86/openlp/translate/+merge/28273
Your team OpenLP Core is subscribed to branch lp:openlp.



References