From 546faac4ab3d1250526e0d0af8a89a5cbaf7ad23 Mon Sep 17 00:00:00 2001 From: Yoshito Umaoka Date: Fri, 14 Sep 2007 04:04:27 +0000 Subject: [PATCH] ICU-5801 Added a warning for ICU4J charset converter problems in readme.html for 3.8 release. X-SVN-Rev: 22681 --- icu4j/readme.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/icu4j/readme.html b/icu4j/readme.html index 2a8deea3767..285f6447c42 100644 --- a/icu4j/readme.html +++ b/icu4j/readme.html @@ -151,6 +151,11 @@ significantly, perhaps requiring recoding on your part depending on your usage. For more information, see Formatting Dates and Times in the User Guide.

+

Status of ICU4J charset converter +

The ICU4J implementation of java.nio.charset.Charset is included as a Technology +Preview. Not all functionality from the java.nio.Charset interfaces is operational, +and some converters are known to mis-handle Unicode supplementary characters. Use with caution. +

New features

See the ICU 3.8 download page about new features in this release.