svnlook problem/bug with unicode/utf8 under windows
From: Jendro, Carsten (SAZ-DE) <CJendro_at_saz.net>
Date: 2007-08-08 12:49:14 CEST
I Have posted this in the DEV Mailinglist before, but no response.
I have a problem with svnlook. I don't get any Unicode or utf8 output
I have written a pre-commit hook under windows that changes the log
pre-commit.bat calls svnlook log ....... >temp.txt
I have set this in my batch file.
->snip<----------------------------------
set APR_ICONV_PATH=C:\Programme\CollabNet Subversion
set LANG=de_DE.UTF8
mode con codepage select=65001
->snip<----------------------------------
I have tested a lot of different codepages here, but I found no way to
The windows codepage for utf8 is 65001. I have tested a dirty trick, I
This works fine, svnlook puts out Unicode now, but I am not sure if it
Is there a clean way to get UTF-8 output from svnlook?
Is this a svnlook bug or a apr-iconv bug? I have taken a look to the
I have read some questions about adding a --utf8-output switch to some
Thanks, Carsten
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.