[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

svnlook proplist & unicode characters

From: Matthias Ludwig <matthias.ludwig_at_stl-software.de>
Date: Sun, 14 Dec 2014 20:01:19 +0100

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.
Received on 2014-12-14 21:43:29 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.