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

Re: svn java bindings fail to build in UTF-8 filesystems

From: Santiago Gala <sgala_at_apache.org>
Date: 2005-03-01 09:51:42 CET

El lun, 28-02-2005 a las 15:45 -0800, Justin Erenkrantz escribió:
> --On Monday, February 28, 2005 10:57 AM +0100 Santiago Gala
> <sgala@apache.org> wrote:
>
> > Problem:I'm using svn under linux-ppc, and it fails to build java
> > bindings due to a couple of files having e-acute encoded in ISO-8859-1
> > in them. The compiler fails with a sun.io.MalformedInputException.
>
> What specific files are failing? -- justin

 find . -name "*.java" -exec file {} \; | grep ISO
./subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/DirEntry.java: ISO-8859 English text
./subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/Status.java: ISO-8859 English text

A modern version of file will tell so, which I found very useful. ;-)

Regards
Santiago

-- 
VP and Chair, Apache Portals (http://portals.apache.org)
Apache Software Foundation

Received on Tue Mar 1 09:52:58 2005

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.