This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: i18n data
- From: Chris Burdess <dog at bluezoo dot org>
- To: Michael Baranov <michael dot baranov at gmail dot com>
- Cc: java at gcc dot gnu dot org
- Date: Wed, 23 Nov 2005 09:03:42 +0000
- Subject: Re: i18n data
- References: <43832F1E.2010401@gmail.com>
Michael Baranov wrote:
> I would like to know what localization data is currently available in
> libgcj? What locales are available, codepages (encodings) etc.
> Thank you all!
There is a charset provider based on iconv, which therefore supports
iconv's set of byte encodings: http://www.gnu.org/software/libiconv/
I believe there is/was also a 100% Java implementation but I don't know
if this is still maintained. You might like to ask on the
classpath@gnu.org mailing list.
--
Chris Burdess