Re: AW: svnlook proplist & unicode characters
From: Philip Martin <philip.martin_at_wandisco.com>
Date: Wed, 17 Dec 2014 10:27:54 +0000
"Matthias Ludwig" <matthias.ludwig_at_stl-software.de> writes:
> run(pathToSvn, pathToTest, repo, env,pathToSvn+"\\svnadmin","create",repo.getAbsolutePath());
That shows you passing a literal decomposed character through Java
>
That does not involve the decomposed literal. Subversion will get
When your mail got to me it included:
A wc\a\o?
so I can't tell what encoding was used on disk.
> run(pathToSvn, pathToTest, repo, env,pathToSvn+"\\svnlook","proplist",repo.getAbsolutePath(),"//a//o\u0308");
Now you are attempting to pass the decomposed literal to Subversion and
Your mail included
svnlook: E160013: Pfad »/a/o¨« existiert nicht
and what I see is 'o' '0xC2' '0xA8' so the decomposed character U+0308
-- Philip Martin | Subversion Committer WANdisco // *Non-Stop Data*Received on 2014-12-17 11:28:26 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.