Edgewall Software

Changes between Initial Version and Version 1 of Ticket #7714


Ignore:
Timestamp:
Oct 13, 2008, 11:31:42 AM (16 years ago)
Author:
osimons
Comment:

Duplicate of #6813.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7714

    • Property Status new โ†’ closed
    • Property Resolution โ†’ duplicate
  • Ticket #7714 – Description

    initial v1  
    11Having a username with a non-standard ASCII character (รค [a-umlaut] in this case) leads to the traceback below. Changing browser encoding does not solve the problem, but viewing the same page with a user with the same permissions but only normal ASCII characters in the username works fine.
    22
     3{{{
    34Trac: 0.11.1
    45Python: 2.5.2 (r252:60911, Jul 31 2008, 17:49:46) [GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)]
     
    910Subversion: 1.4.6 (r28521)
    1011jQuery: 1.2.6
     12}}}
    1113
     14{{{
    1215Traceback (most recent call last):
    1316  File "/usr/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/web/api.py", line 339, in send_error
     
    3134ProgrammingError: invalid byte sequence for encoding "UTF8": 0xe42020
    3235HINT:  This error can also happen if the byte sequence does not match the encoding expected by the server, which is controlled by "client_encoding".
     36}}}