Modify ↓
Opened 22 years ago
Closed 22 years ago
#92 closed defect (fixed)
Umlaute not displayed correctly
| Reported by: | Owned by: | Jonas Borgström | |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.5.2 |
| Component: | timeline | Version: | 0.5.1 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
German Umlaute in svn log message are not displayed correctly in the timeline (Some rubish is displayed for ÄÖÜäöüß).
Attachments (0)
Note:
See TracTickets
for help on using tickets.



This was due to subversion log messages being stored as UTF-8 while everything else was ascii ot latin-1. In itself, less-than-perfect, since we should support other (unicode) encodings as well. It does work for the common western languages now though.
I "fixed" it by re-encoding text upon synchronizing the database and repository. See changeset [204].