Modify ↓
Opened 17 years ago
Closed 15 years ago
#4377 closed defect (duplicate)
Trachours won't function with non-ascii chars in database fields.
| Reported by: | Jeff Hammel | Owned by: | Jeff Hammel |
|---|---|---|---|
| Priority: | normal | Component: | TracHoursPlugin |
| Severity: | normal | Keywords: | |
| Cc: | sergey.chervony@…, Gunther Seghers, lars+trac-hacks.org@…, freakm4ster@… | Trac Release: | 0.11 |
Description
The plugin terminates and trac shows an internal error when we have tickets with german umlauts in relevant fields:
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe4 in position 1: ordinal not in range(128)
Here is some general information on this issue from the edgewall wiki.
This is a moved ticket. The original ticket and all comments can be found at http://trac.openplans.org/hours/ticket/12
Attachments (0)
Change History (4)
comment:1 Changed 17 years ago by
| Cc: | freakm4ster@… added |
|---|
comment:2 Changed 16 years ago by
comment:3 Changed 16 years ago by
Experienced the same symptoms when adding hours during some months on a french installation : F'evrier, Aout and D'ecembre.
comment:4 Changed 15 years ago by
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.



Experienced the same symptoms when accessing the
/hourstab after I had written some hours on the sole ticket in a test setup. The/hourstab displayed fine before I added the ticket and before I wrote hours to the ticket.The test environment was served with
tracdfrom a shell environment with a mixed bag oflocalesettings. ChangingLC_TIMEtoCmade the problem go away, at the expense on non-localised times in the/hourstab.