id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
2547	umlauts in wiki page name seem to cause trouble	leho@dataring.ee	cboos	Hi\r\n\r\nI have a wiki page named MagistritööTekst, at the end I add [[AddComment]].\r\n\r\n\r\nOn the page I get:\r\n\r\nError: Macro AddComment(None) failed\r\nasciiMagistritööTekst910ordinal not in range(128)\r\n\r\n\r\nIn the log:\r\n\r\n2008-02-10 03:05:11,036 Trac[formatter] ERROR: Macro AddComment(None) failed\r\nTraceback (most recent call last):\r\n  File "/usr/lib/python2.4/site-packages/trac/wiki/formatter.py", line 441, in _macro_formatter\r\n    return macro.process(self.req, args, True)\r\n  File "/usr/lib/python2.4/site-packages/trac/wiki/formatter.py", line 114, in process\r\n    text = self.processor(req, text)\r\n  File "/usr/lib/python2.4/site-packages/trac/wiki/formatter.py", line 102, in _macro_processor\r\n    return self.macro_provider.render_macro(req, self.name, text)\r\n  File "build/bdist.linux-i686/egg/addcomment/macro.py", line 20, in render_macro\r\n  File "build/bdist.linux-i686/egg/addcomment/macro.py", line 101, in execute\r\n  File "/usr/lib/python2.4/site-packages/trac/web/href.py", line 158, in <lambda>\r\n    self._derived[name] = lambda *args, **kw: self(name, *args, **kw)\r\n  File "/usr/lib/python2.4/site-packages/trac/web/href.py", line 142, in __call__\r\n    path = '/'.join([unicode_quote(unicode(arg).strip('/')) for arg in args\r\nUnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 9: ordinal not in range(128)\r\n\r\nOn Wiki start page everything is all right. My guess it's the umlauts. Confirmation needed.	defect	closed	normal	AddCommentMacro	major	fixed		leho@dataring.ee	0.10
