bug-classpath
[Top][All Lists]
Advanced

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

[Bug classpath/22900] Encodings missing from java.io


From: gcc-bugzilla at gcc dot gnu dot org
Subject: [Bug classpath/22900] Encodings missing from java.io
Date: 16 Oct 2005 01:27:37 -0000

The following required encodings are missing from the java.io
encoders/decoders:

UnicodeBig (present in NIO as UTF_16Encoder/Decoder)
UnicodeLittle (as above)
Cp1252 (missing in both java.io and java.nio)


------- Comment #1 from from-classpath at savannah dot gnu dot org  2005-03-27 
18:46 -------
Sorry, that was wrong. Cp1252 *is* present in java.io, but not aliased to
'Cp1252', but rather 'CP1252' and 'cp1252', Jeroen's case-insensitivty patch
would've caught that.

It is, however, still missing from the nio encoders.


------- Comment #2 from from-classpath at savannah dot gnu dot org  2005-03-27 
22:23 -------
Okay, I submitted a patch with a quick hack of the missing encodings. Feel free
to reopen this if something else is missing.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22900





reply via email to

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