openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #02711
Re: [Merge] lp:~meths/openlp/trivialfixes into lp:openlp
I'm thinking the text = str(soup.find(u'div', u'result-text-style-normal')) looks like a bit of a first draft.
If anyone has easy access to bibles with interesting chars could they see (probably confirm) this breaks and try:
text = unicode(soup.find(u'div', u'result-text-style-normal')).decode(u'utf-8')
--
https://code.launchpad.net/~meths/openlp/trivialfixes/+merge/30737
Your team OpenLP Core is subscribed to branch lp:openlp.
References