= Description = {{{ TypeError: decoding Unicode is not supported }}} Occurs in decodePageName in request.py, when using the ISAPI extension for IIS and MoinMoin 1.5 Beta. Code calls {{{ page = unicode(page, config.charset, 'replace') }}} But 'page' is already unicode, and the call errors. I have wrapped it in a "if not type(page) == type(u""):" and it works around it... == Steps to reproduce == ## Describe the steps needed to reproduce the bug. If we can't reproduce it, we probably can't fix it. 1. Install the MoinMoinBeta Release 1. Install the ISAPI extension for IIS 1. Visit any wiki page. == Example == ##Add URL that show the bug, screenshot or test wiki markup that fail... ##URL: ##attachment:screenshot.png ##{{{ ##Example wiki markup that fail ##}}} == Details == ## If you got a traceback, please save the traceback page as html and attach here: ## attachment:traceback.html ## if the bug is in this wiki, just kill the table and write: This Wiki. ## If a traceback is not available, please fill in the details here: || '''!MoinMoin Version''' || || || '''OS and Version''' || || || '''Python Version''' || || || '''Server Setup''' || || || '''Server Details''' || || == Workaround == ## How to deal with the bug until it is fixed = Discussion = Note that this ISAPI patch is not supported by our team. Please file this bug at the author's page. = Plan = ## This part is for Moin``Moin developers: * Priority: * Assigned to: * Status: ---- ## If you are a moin core developer, replace the category to Category* in these cases: ## Category MoinMoinNoBug - if this is not a bug. ## Category MoinMoinBugConfirmed - if you can confirm the bug on current code. ## Category MoinMoinBugFixed - after the bug is fixed in current code. CategoryMoinMoinNoBug