classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] Missing java.io encoders/decoders


From: Sven de Marothy
Subject: [cp-patches] Missing java.io encoders/decoders
Date: Sun, 27 Mar 2005 22:31:27 +0200

Hi,
Here's a quick hack which fills in the missing encoders and decoders for
UTF-16 with byte-order-markers for UTF16. They're a quick hack based off
the existing encoders. I know this will be thrown out soon (when we move
to only using the nio encoders), but in the meantime, there's no reason
to leave these ones out.


2005-03-27  Sven de Marothy  <address@hidden>

        * gnu/java/io/decode/DecoderUnicodeBig.java,
        * gnu/java/io/decode/DecoderUnicodeLittle.java,
        * gnu/java/io/encode/EncoderUnicodeBig.java,
        * gnu/java/io/encode/EncoderUnicodeLittle.java,
        New files.


Attachment: EncoderUnicodeBig.java
Description: Text Data

Attachment: EncoderUnicodeLittle.java
Description: Text Data

Attachment: DecoderUnicodeBig.java
Description: Text Data

Attachment: DecoderUnicodeLittle.java
Description: Text Data


reply via email to

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