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

Re: svn commit: r1053932 - /subversion/trunk/subversion/bindings/javahl/tests/org/apache/subversion/javahl/BasicTests.java

From: Mark Phippard <markphip_at_gmail.com>
Date: Thu, 30 Dec 2010 14:54:03 -0500

On Thu, Dec 30, 2010 at 2:24 PM, Blair Zajac <blair_at_orcaware.com> wrote:
>> -        client.propertyCreate(itemPath, "cqcq", "qrz", Depth.empty, null,
>> +        String alphaVal = "qrz";
>> +        client.propertyCreate(itemPath, "cqcq", alphaVal.getBytes(),
>> Depth.empty, null,
>
> Do you need to pass "UTF-8" to alphaVal.getBytes?

Don't know. Do I? Tests pass.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
Received on 2010-12-30 20:54:40 CET

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.