Personal tools
You are here: Home Forums Plone Drop Down Menu Does Plone Drop Down Menu work with german umlauts?
Document Actions

Does Plone Drop Down Menu work with german umlauts?

Up to Plone Drop Down Menu

Plone Drop Down Menu not working with german umlauts ?

Posted by overac at June 04. 2009

Hello,


I am trying to get Plone drop down Menu working for a site in german.


But if I have Folders with german umlauts like ä,ö in the title and if I then


install the product I get the following error message ( from the logs) :


UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 89: ordinal not in range(128)


 


If I only use titles without umlauts everything works fine


Any ideas ?


 


Overac


 


Re: Plone Drop Down Menu not working with german umlauts ?

Posted by overac at June 04. 2009

I forgot to say I am using Plone-3.2.2 from the latest buildout


-- overac


Re: Plone Drop Down Menu not working with german umlauts ?

Posted by Vitaliy Podoba at June 05. 2009

Hi,


Please provide full error traceback.


Re: Plone Drop Down Menu not working with german umlauts ?

Posted by overac at June 05. 2009

Hi,


here is the full traceback:


Traceback (innermost last):
  Module ZPublisher.Publish, line 119, in publish
  Module ZPublisher.mapply, line 88, in mapply
  Module ZPublisher.Publish, line 42, in call_object
  Module Products.CMFQuickInstallerTool.QuickInstallerTool, line 584, in installProducts
  Module Products.CMFQuickInstallerTool.QuickInstallerTool, line 521, in installProduct
   - __traceback_info__: ('qPloneDropDownMenu',)
  Module Products.GenericSetup.tool, line 390, in runAllImportStepsFromProfile
   - __traceback_info__: profile-Products.qPloneDropDownMenu:default
  Module Products.GenericSetup.tool, line 1182, in _runImportStepsFromContext
  Module Products.GenericSetup.tool, line 1093, in _doRunImportStep
   - __traceback_info__: qPloneDropDownMenu_installMenu
  Module Products.qPloneDropDownMenu.setuphandlers, line 21, in installMenu
  Module Products.qPloneDropDownMenu.utils, line 32, in updateMenu
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 86: ordinal not in range(128)


The only german word in the navigation with an umlaut is "Persönliches". I took out the others to verfy that it is a problem with the umlauts.


Thanks


-- overac


Powered by Ploneboard