This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: i18n data


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]