← Back to team overview

openlp-core team mailing list archive

[Bug 908226] Re: Traceback when sending # or ; character from remote search or alert field

 

The problem seems to be, that we use
QtCore.QByteArray.fromPercentEncoding(data) and unicode(data, 'utf8')
too early (introduced by me several months ago), before JSON decoding,
if it was done later, none of that would be a problem and fronends could
have gone untouched.

Tim, what do you think about it?
http://paste.ubuntu.com/882195/

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/908226

Title:
  Traceback when sending # or ; character from remote search or alert
  field

Status in OpenLP - Worship Presentation Software:
  Fix Committed
Status in OpenLP android series:
  Fix Released
Status in OpenLP trunk series:
  Fix Committed

Bug description:
  This is a regression compared to 1.9.7
  Maybe there are more characters which need special treatment besides # and ;

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/908226/+subscriptions


References