Ticket #17 (closed: fixed)
Umlaut characters in commit message not properly encoded
| Reported by: | djmaze | Owned by: | alwin |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.5.x |
| Component: | All | Version: | |
| Severity: | minor | Keywords: | RESOLVED |
| Cc: |
Description
When trying to insert German Umlaut characters or other special characters ("äöüß"), they are not properly sent to svn.
svn log shows that e.g. "ä" gets "?228".
Attachments
Change History
comment:1 Changed 8 years ago by djmaze
- Owner changed from anonymous to alwin
- Status changed from new to assigned
comment:2 Changed 8 years ago by djmaze
http://svn.haxx.se/users/archive-2004-02/0440.shtml
You have to send commit messages UTF-8 encoded!
comment:3 Changed 8 years ago by alwin
Ok. Can not resolve it. I see following:
- committing from within kdesvn entering german umlauts no problems. will displayd in kdesvn-log and svn-log fine. Last under X-Windows and on plain console.
- committing with svn itself makes problems (svn itself doesn't display it own log correct).
So please tell me your settings of LC* - variables so I can check it. Or if you will try it yourself (building from source) try appended patch - it makes no difference on my systems (fedora 4 with utf-8 environment) but may on your.
Many thanks for your effort
comment:4 Changed 8 years ago by djmaze
Thanks! Now it looks right in "svn log" (and in Trac, btw.)!
kdesvn's log function screws the text up now. E.g. "ä" is shown as "ÃŒ".
I suppose now you have to change the log reading functions, too?
It's really cool you reacted that fast ;-)

