Closed GoogleCodeExporter closed 9 years ago
Please be more specific.
Which versions of svnX and Subversion are your using?
What did you type in the message?
If you type `locale` in Terminal, what does it output?
SvnX should be fully Unicode compliant. It does support Unicode text in commit
messages.
The error message implies that, for some reason, your copy of svn is not using
UTF-8 for its input, but reverting to ASCII.
Original comment by chris...@gmail.com
on 23 Jul 2009 at 8:32
Apparently the problem was in the .subversion/config:
### Set log-encoding to the default encoding for log messages
log-encoding = utf8
When not setting this at all it works. So sorry for the noise. Even thoug I
wonder what encoding svn uses now
since it apparently was not utf8.
Original comment by christ...@zagrodnick.de
on 23 Jul 2009 at 9:27
I don't think that "utf8" is a valid value.
I think you would need to use "UTF-8" (although I can find no definitive info
in the Subversion documentation.)
Original comment by chris...@gmail.com
on 23 Jul 2009 at 6:40
Original issue reported on code.google.com by
christ...@zagrodnick.de
on 23 Jul 2009 at 7:26