Description
If one of the german special signs is used in a filename we get trouble if they are uploaded. It is possible to upload a file with such a sign but building the list of all attachments ends in a failure.
You get:
UnicodeEncodeError'ascii' codec can't encode character u'\xdf' in position 37: ordinal not in range(128)
The only way I know to get this failure solved is to go on the server and to remove this file manually. -- ReimarBauer 2005-06-02 07:15:56
- Please fill in the table below, otherwise we cannot help you.
I have seen this problem is solved in the DesktopEdition. I won't try this in this wiki because I don't know what would happen. -- ReimarBauer 2005-06-02 10:54:40
Steps to reproduce
Example
Details
MoinMoin Version |
1.3.4 |
OS and Version |
Linux, 2.6.8-24.14-smp |
Python Version |
2.3.4 |
Server Setup |
mod_python, cgi-bin |
Server Details |
apache2 |
Workaround
- Don't use special chars in attachment files.
If you get this bug with 1.5.3 or later and under Windows, please ensure that there is no u before the data_dir string in the wikiconfig.
Plan
- Priority:
- Assigned to:
- Status: Could not be reproduced. Please reopen if you can reproduce it using 1.3.5.