Ticket #7368 (closed defect: duplicate)
Wiki page with accents / umlauts fails
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | web frontend/mod_python | Version: | 0.11 |
| Severity: | normal | Keywords: | wiki accents umlauts mod_wsgi |
| Cc: |
Description
To create a new wiki page, the new pagename could be entered in the URL. Examlpe: http://trac.foo-bar.de/wiki/MyNewPage. The expected behaviour is, that trac shows a new site, with a 'Create Page' button on it, given that the user has sufficient permissions. So long it works well. The problem is, that an error is raised, as soon as one enters a new pagename containing accents / german umlauts.
Example: http://trac.foo-bar.de/wiki/Motörhead
The trac Version I'm workin with is: Trac 0.11dev-r7215 . The Server is apache using mod_wsgi and UTF-8, the database used is PostgreSQL 8.1.11 with UTF-8 encoding. Traceback is attached


