Hello,

I try to call Svnlook proplist within a svn hook on windows.
Svnlook proplist <repo-path> <pathToFile>

The <pathToFile> contains unicode only characters (unicode combinining 
characters).

The unicode characters are not passed correctly to svnlook.

I googled around and found that one should that the code page with chcp. This 
changes the stdout-encoding of svnlook for the output. But I did not succeed to 
change the interpretation oft he calling parameter.

The caller is a java routine. I tried Runtime.getRuntime().exe() and native 
calls via jna.

I do not exactly know where the problem is. Does the call mess up the unicode 
characters? Or is svnlook not capable of processing unicode characters in input 
paremeters?

Any suggestions?

Thank you.  




Reply via email to