openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #05894
[Bug 708869] Re: SongUsage reports don't handle copyright symbol
** Changed in: openlp
Status: New => Fix Committed
--
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/708869
Title:
SongUsage reports don't handle copyright symbol
Status in OpenLP - Worship Presentation Software:
Fix Committed
Bug description:
Trying to extract songusage information:
**OpenLP Bug Report**
Version: 1.9.2-bzr987
--- Exception Traceback ---
Traceback (most recent call last):
File "/home/jt/projects/openlp/openlp/trivialfixes/openlp/plugins/songusage/forms/songusagedetailform.py", line 93, in accept
file.write(record)
UnicodeEncodeError: 'ascii' codec can't encode character u'\xa9' in position 62: ordinal not in range(128)
--- System information ---
Platform: Linux-2.6.35.10-74.fc14.i686-i686-with-fedora-14-Laughlin
--- Library Versions ---
Python: 2.7.0
Qt4: 4.7.1
Phonon: 4.4.3
PyQt4: 4.7.4
SQLAlchemy: 0.6.5
BeautifulSoup: 3.0.8.1
lxml: 2.2.8
Chardet: 2.0.1
PyEnchant: 1.3.1
PySQLite: -
(hmmm, looks like the version code is unhelpful in the exception
handler too - this was trivialfixes r1254 but trunk is equivalent)
References