JDK-4282629 : RFE: Add additional 7 Characters for Big5 character set
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.nio.charsets
  • Affected Version: 1.1.7
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_2.6
  • CPU: sparc
  • Submitted: 1999-10-19
  • Updated: 2001-03-29
  • Resolved: 2001-03-29
Related Reports
Duplicate :  
Description

Name: sg39081			Date: 10/19/99


Seven common use Chinese character listed in ETen character set
are missing in the Big5 character set. \xF9D6, \xF9D7, \xF9D8,
\xF9D9, \xF9DA, \xF9DB, \xF9DC. Although those character are
not the standard Big5 characters, they are common use in Taiwan.
Adding those characters will make java in Big5 more compatible
with other operating systems.

These 7 characters can be seen on NT but not on Solaris. So I
am not sure if this is really a problem with JDK.

Bug 4201571 has the following that were missing and these
have been added to the kestrel release:

BIG5	UNICODE
0xA15A	0xFF3F	
0xA1C3	0x203F
0xA1C5	0x2017
0xA1FE	0xFF0F
0xA240	0xFF3C
0xA2CC	0x303C
0xA2CE	0x303E

(Review ID: 96686) 

Comments
WORK AROUND Name: sg39081 Date: 10/19/99 None ======================================================================
11-06-2004

EVALUATION Please add only those characters that are part of the mapping defined on unicode.org. norbert.lindenberg@Eng 1999-10-19 A further request for these characters plus 2 additional ones has been made in bugID 4426470. Closing this bug out as duplicate of 4426470 (also a web bug) and appending the additonal information contained in this bug into 4426470 for tracking. Ian.Little@Ireland 3/29/2001.
29-03-2001