classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] Re: Missing java.io character encoding aliases


From: Sven de Marothy
Subject: [cp-patches] Re: Missing java.io character encoding aliases
Date: Sun, 27 Mar 2005 18:16:02 +0200

>Hello,
>
>If you haven't already could you please also add:
>("gnu.java.io.encoding_scheme_alias.UnicodeLittled", "UTF16LE");
>("gnu.java.io.encoding_scheme_alias.UnicodeBig", "UTF16BE");
>
>Regards,
>
>Kevin Foley

You're right in that these are missing, but they're not same though,
since UnicodeBig and UnicodeLittle have a byte-order mark. These haven't
been implemented, it seems.

Although it'd be trivial to create these, I'm a bit hesitant to add new
encoders/decoders to the java.io stuff, since we're really planning on
scrapping them and moving it all over to the java.nio encoders. (as in
java 1.4)

Is this important to you?

/Sven






reply via email to

[Prev in Thread] Current Thread [Next in Thread]