← Back to team overview

openlp-core team mailing list archive

[Bug 656960] [NEW] Customs plugin does not accept Umlauts in the title

 

Public bug reported:

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

** Affects: openlp
     Importance: Undecided
         Status: New


** Tags: customs

-- 
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: New

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





Follow ups

References