This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [Patch] Add UnicodeLittleUnmarked output converter...
- From: Tom Tromey <tromey at redhat dot com>
- To: David Daney <ddaney at avtrex dot com>
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 28 Oct 2004 09:01:19 -0600
- Subject: Re: [Patch] Add UnicodeLittleUnmarked output converter...
- References: <4180056F.2010200@avtrex.com>
- Reply-to: tromey at redhat dot com
>>>>> "David" == David Daney <ddaney@avtrex.com> writes:
David> The attached patch allows me to run jcifs-1.1
David> (http://jcifs.samba.org) out of the box.
Nice.
David> 2004-10-27 David Daney <ddaney@avtrex.com>
David> * gnu/gcj/convert/Output_UnicodeLittleUnmarked.java: New file.
David> * Makefile.am: Build it.
David> * Makefile.in: Regenerate.
Ok, thanks.
Are you on Linux? Another approach would have been to make an alias
so the iconv converter would be used. It is probably better to
include the required core converters directly though.
Tom