openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #04346
[Bug 656960] Re: Customs plugin does not accept Umlauts in the title
** Changed in: openlp
Assignee: (unassigned) => m2j (m2j)
** Changed in: openlp
Status: New => Fix Committed
--
Customs plugin does not accept Umlauts in the title
https://bugs.launchpad.net/bugs/656960
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
Status in OpenLP - Worship Presentation Software: Fix Committed
Bug description:
Hello!
Attempting to add a Custom with ü, ö, ä and/or ß in the title produces this traceback:
Traceback (most recent call last):
File "/home/andreas/Projekte/openlp/trunk/openlp/plugins/custom/forms/editcustomform.py", line 146, in accept
if self.saveCustom():
File "/home/andreas/Projekte/openlp/trunk/openlp/plugins/custom/forms/editcustomform.py", line 164, in saveCustom
self.customSlide.title = unicode(self.titleEdit.displayText(), u'utf-8')
UnicodeDecodeError: 'utf8' codec can't decode byte 0xdf in position 0: unexpected end of data
References