Re: cp 932 to UTF-8 conversion (for Java)

From: Kazuhiro Kazama (kazama@ingrid.org)
Date: Mon Nov 15 1999 - 21:17:34 EST


From: "Peck, Jon" <peck@spss.com>
Subject: cp 932 to UTF-8 conversion (for Java)
Date: Mon, 15 Nov 1999 08:38:47 -0800 (PST)
Message-ID: <199911151639.IAA12546@unicode.org>
> The Java nativetoascii converter seems not to allow us to
> preserve the half-width katakana characters, mapping them to their
> full-width forms instead of using the characters in the surrogate area.

The native2ascii converter in JDK 1.2 allows to use half-width
katakana characters. It works fine.

But I don't understand why you use characters in surrogate
area. Half-width katakana characters are allocated in halfwidth and
fullwidth form area of Unicode, not surrogate area.

If you use use-defined characters such as "Gaiji", you must make your
own converter.

Kazuhioro Kazama (kazama@ingrid.org) NTT Network Innovation Laboratories



This archive was generated by hypermail 2.1.2 : Tue Jul 10 2001 - 17:20:56 EDT