#2547 closed defect (fixed)
umlauts in wiki page name seem to cause trouble
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | normal | Component: | AddCommentMacro |
Severity: | major | Keywords: | |
Cc: | leho@… | Trac Release: | 0.10 |
Description
Hi
I have a wiki page named MagistritööTekst, at the end I add AddComment?.
On the page I get:
Error: Macro AddComment(None) failed asciiMagistritööTekst910ordinal not in range(128)
In the log:
2008-02-10 03:05:11,036 Trac[formatter] ERROR: Macro AddComment(None) failed Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/trac/wiki/formatter.py", line 441, in _macro_formatter
return macro.process(self.req, args, True)
File "/usr/lib/python2.4/site-packages/trac/wiki/formatter.py", line 114, in process
text = self.processor(req, text)
File "/usr/lib/python2.4/site-packages/trac/wiki/formatter.py", line 102, in _macro_processor
return self.macro_provider.render_macro(req, self.name, text)
File "build/bdist.linux-i686/egg/addcomment/macro.py", line 20, in render_macro File "build/bdist.linux-i686/egg/addcomment/macro.py", line 101, in execute File "/usr/lib/python2.4/site-packages/trac/web/href.py", line 158, in <lambda>
self._derived[name] = lambda *args, kw: self(name, *args, kw)
File "/usr/lib/python2.4/site-packages/trac/web/href.py", line 142, in call
path = '/'.join([unicode_quote(unicode(arg).strip('/')) for arg in args
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 9: ordinal not in range(128)
On Wiki start page everything is all right. My guess it's the umlauts. Confirmation needed.
Attachments (0)
Change History (3)
comment:1 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 17 years ago by
Install latest version from 0.10 directory. It works for me, but please reopen if the problem persists.
(In [3204]) AddCommentMacro: Unicode page name fix.
Should close #2547