Modify ↓
Opened 19 years ago
Closed 19 years ago
#2462 closed defect (fixed)
change in character encoding is not reflected by changeset view
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | normal | Milestone: | 0.10 |
Component: | version control/changeset view | Version: | 0.9.2 |
Severity: | normal | Keywords: | umlauts, encoding, change unicode utf-8 |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Steps to reproduce:
- Create a file, put some text in it and at least i.e. one umlaut. (Say, ö.)
- Commit that file. Everything is okay.
- Change the encoding of that file or just switch to an other encoding and replace that umlaut with its equivalent. (latin-1 ö to UTF-8 ö)
- Commit.
Subversion will show you the change - Trac only that it has been changed.
Here is an example:
- http://www.openmaillist.org/changeset/67
svn diff -r66:67 http://svn.hurrikane.de/all/openmaillist/trunk/setup.php
Attachments (0)
Change History (3)
comment:1 by , 19 years ago
Keywords: | changeunicode utf-8 added; change removed |
---|
comment:2 by , 19 years ago
Milestone: | → 0.10 |
---|---|
Owner: | changed from | to
comment:3 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
The patch I posted on #2905 also solves this issue (I verified with the openmaillist changeset 67).