Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6710199
Votes 0
Synopsis SJIS_0213 does not handle "unmappable" encoding operation correctly
Category java:char_encodings
Reported Against
Release Fixed 6u10(b26), 7(b30) (Bug ID:2163527) , 5.0u18-rev(b04) (Bug ID:2170129)
State 10-Fix Delivered, Verified, bug
Priority: 3-Medium
Related Bugs 2159432
Submit Date 03-JUN-2008
Description
This is the feedback from licensee that escalated the rfe of adding SJIS_0213 support.

Hi Sherman,

 customer  tried 6u10-b22 and found some problems.

(1) When unicode->SJIS, inconvertible characters are mapped to
   0xffff. We think it should be 0x3f. The current S-JIS does
   to 0x3f.

==================
>java nn
SJIS
3f3f3f

SJIS_0213
ffffffffffff
==================

(2) JISAutoDetect can not recognize the codes of SJIS_0213

============================
>java ad
SJIS_0213
 d845 ddd7 3691 304b 309a

JISAutoDetect
 e195 e196 fffd
============================

I am asking whether they can provide the test program
when they use on verification.

Thank  you
-tadayuyki
======================================================-
On 2008/04/18 15:16, Xueming Shen wrote:
> Baba-san,
>
> As I said in my previous email, the fix has been in 6u10b22,  is it possible for you
> to ask  customer  to try it out? we might be able to improve the implementation based
> on their feedback...
>
> sherman
>
> Tadayuki Baba wrote:
>> Hi Vaibhav,
>>
>> As to jdk7, the fix will be integrated to build27( around 5/22 ?).
>> - Could you please estimate when the fix will be integrated to jdk5/jdk6 ?
>>  (rough schedule is enough at this point. )
>>
>> Thank you
>> -tadayuki
>> ==================================================================
>> On 2008/04/10 18:19,   xxxxx@xxxxx   wrote:
>>> Esc#         1-23148921  http://webescprod.singapore. xxxxx .com:8080/servlet/com. xxxxx .webesc.control.CPREDisplay?CpreEscID=1-23148921
>>> BugID:       6529796  http://bt2ws.central. xxxxx .com/CrPrint?id=6529796
>>> Synopsis:    Support JIS X 0213:2004 in existing JDK versions, especially for Windows Vista
>>> Customer:     customer 
>>> Prod. Owner: JWSSE-SunONE-Java Platform
>>> Task Group:  Workgroup:   JPSE-Java
>>> Eng name:    VAIBHAV CHOUDHARY
>>> Status:      In Progress
>>> SubStatus:   Awaiting Engineering
>>> Updated By:  VAIBHAV CHOUDHARY
>>> Severity:    2- High
>>>
>>> Sun Confidential: Internal Only Information
>>>  
>>>   
>>
>
Posted Date : 2008-06-03 21:59:47.0
Work Around
N/A
Evaluation
The sjis_0213 support in JISAutoDetect will be handled separately in different RFE.
Posted Date : 2008-06-03 21:59:47.0
Comments
  
  Include a link with my name & email   

Submitted On 06-JUN-2008
UlfZi
For changeset of (1) see:
http://hg.openjdk.java.net/jdk7/tl/jdk/rev/657f24cdfc02



PLEASE NOTE: JDK6 is formerly known as Project Mustang