classpath-patches
[Top][All Lists]
Advanced

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

Re: [cp-patches] RFC: gnu.java.nio.charset.UnicodeLittle


From: Ito Kazumitsu
Subject: Re: [cp-patches] RFC: gnu.java.nio.charset.UnicodeLittle
Date: Sat, 05 Nov 2005 08:00:03 +0900 (JST)

From: Tom Tromey <address@hidden>
Date: 04 Nov 2005 09:52:26 -0700

> Could you write a Mauve test for this?
> This is why I didn't already check this in...

I tried to write one in gnu/testlet/java/nio/charset/Charset/,
but found that such a test would fail with Sun's JDK
(version 1.4.2_08).

Sun's Charset.forName("UnicodeLittle") throws

   java.nio.charset.UnsupportedCharsetException: UnicodeLittle

It seems that the name UnicodeLittle exits only as an encoding
name in the old java.io world.

I think I will write a test case in gnu/testlet/java/lang/String/
without using java.nio.




reply via email to

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