Modify ↓
Opened 20 years ago
Closed 20 years ago
#707 closed defect (fixed)
Umlauts in log msgs don't work in changeset view and timeline for cvs2svn converted repos
Reported by: | vittorio | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | devel |
Severity: | minor | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
umlauts in changelog messages don't work in changeset view and timeline for cvs2svn converted repositories, but they work in browser view and log view. the repos are converted with cvs2svn —encoding=ISO-8859-1 option. the changelogs are correctly utf-8 encoded looking at the dump file. whats strange is, umlauts in changelog messages work in changeset view and timeline for non-converted repos.
trunk r855, python 2.3.4
Attachments (0)
Change History (2)
comment:1 by , 20 years ago
Severity: | normal → minor |
---|
comment:2 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
ive tested again with trunk r1040 and it works now.