Description
UnicodeDecode error when trying to access hitcounts graphic
Steps to reproduce
I've configure user preference's language as brazilian portuguese. I get a error message every time I try to see hitcounts statistics of a page. This have happened in MoinMoin site (error report below), but I've got almost the same error in two other MoinMoin sites that I admin.
Example
Details
This report came from moinmoin.wikiwikiweb.de:
'ascii' codec can't decode byte 0xc3 in position 6: ordinal not in range(128) * args = ('ascii', 'Prefer\xc3\xaanciasDoUsu\xc3\xa1rio', 6, 7, 'ordinal not in range(128)') * encoding = 'ascii' * end = 7 * object = 'Prefer\xc3\xaanciasDoUsu\xc3\xa1rio' * reason = 'ordinal not in range(128)' * start = 6
MoinMoin Version |
|
OS and Version |
|
Python Version |
|
Server Setup |
|
Server Details |
|
Workaround
Discussion
Sounds like MoinMoinBugs/UnicodeDecodeErrorInInformationPage which is already fixed in 1.5 head (since yesterday).
- Has it been fixed? See error message below:
UnicodeDecodeError 'ascii' codec can't decode byte 0xc3 in position 8: ordinal not in range(128) * args = ('ascii', 'Aktuelle\xc3\x84nderungen', 8, 9, 'ordinal not in range(128)') * encoding = 'ascii' * end = 9 * object = 'Aktuelle\xc3\x84nderungen' * reason = 'ordinal not in range(128)' * start = 8 System Details * Date: Mon, 31 Oct 2005 18:58:56 +0000 * Platform: Linux thinkmo 2.6.11.12-thinkmo-1 #1 SMP Sat Jul 2 20:07:19 CEST 2005 x86_64 * Python: Python 2.4.2 (/usr/local/bin/python2.4) * MoinMoin: Release 1.5.0beta0 (patch-174)
Plan
- Priority:
- Assigned to:
- Status: please try to reproduce this now, I did some change maybe fixing this
- works well in Korean
works fine now. thanks -- PaulRoman 2005-11-02 02:03:09