Ticket #6535 (closed defect: fixed)
Webadmin fails to save uft-8 (UnicodeDecodeError:)
| Reported by: | ilias@… | Owned by: | cboos |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.11 |
| Component: | general | Version: | 0.11b1 |
| Severity: | normal | Keywords: | unicode |
| Cc: |
Description
UnicodeDecodeError: 'ascii' codec can't decode byte 0xce in position 0: ordinal not in range(128)
Reproduction
- got to admin/general/basics
- add an utf-8 project name (e.g. copy/pase this one: Σχέδιο
- Apply Changes
Request parameters:
{'__FORM_TOKEN': u'd9123783c98bf73d5a080637',
'cat_id': None,
'descr': u'Please add Project Description',
'name': u'\u03a3\u03c7\u03ad\u03b4\u03b9\u03bf \u039f\u03c1\u03b8\u03bf\u03bd\u03bf\u03bc\u03af\u03b1\u03c2',
'panel_id': None,
'path_info': None,
'url': u'http://example.org/'}
System Information
| Trac | 0.11b1 |
| Python | 2.4 (#1, Mar 22 2005, 21:42:42) [GCC 3.3.5 20050117 (prerelease) (SUSE Linux)] |
| setuptools | 0.6c7 |
| SQLite | 3.3.4 |
| pysqlite | 2.1.3 |
| Genshi | 0.5dev-r700 |
| Pygments | 0.7.1 |
| Subversion | 1.1.3 (r12730) |
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


