#1759 closed defect (fixed)
Accents in priority or severity remove ticket from reports
| Reported by: | Owned by: | Jonas Borgström | |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.9 |
| Component: | general | Version: | 0.8.4 |
| Severity: | normal | Keywords: | accent priority report |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
This happened when I was preparing trac for deployement in a french company.
I set up a list of prioritys and severitys like (très haut, haut, normal, bas, très bas).
But when a ticket was set to 'très haut' the ticket vanished from all tyhe reports (I could find it in the timeline but that was all).
When I removed the accentued characters, the ticket came streight back.
I need to state that I wasn't filtering on priority.
I got the same behaviour when I replaced è with è
Attachments (0)
Change History (5)
comment:1 by , 20 years ago
comment:2 by , 20 years ago
Should be fixed in [1917] for 0.9pre.
Maybe this should be backported to 0.8?
comment:3 by , 20 years ago
There are currently no plans for another release from the 0.8 stream. And this issue alone isn't serious enough to start thinking about one (IMHO).
comment:5 by , 20 years ago
| Milestone: | → 0.9 |
|---|
Make sure you set the milestone when closing tickets as "fixed".



It looks like the value stored in the Trac DB is not encoded in UTF-8. This is because the shell in which trac-admin was run is not using UTF-8 (e.g. windows cmd.exe).