Mikhail,
Spec writes:
 Charsets are named by strings composed of the following characters: 

The uppercase letters 'A' through 'Z' ('\u0041' through '\u005a'), 
The lowercase letters 'a' through 'z' ('\u0061' through '\u007a'), 
The digits '0' through '9' ('\u0030' through '\u0039'), 
The dash character '-' ('\u002d', HYPHEN-MINUS), 
The period character '.' ('\u002e', FULL STOP), 
The colon character ':' ('\u003a', COLON), and 
The underscore character '_' ('\u005f', LOW LINE). 
A charset name must begin with either a letter or a digit
 

Actually I said that it is wrong because RI also does not throw
IllegalCharsetNameException in case of wrong name and returns false
instead.
Test was written according to specification and may be in this case RI
shows wrong behavior?
What do you think?

Regards,
Svetlana

-----Original Message-----
From: Mikhail Loenko [mailto:[EMAIL PROTECTED] 
Sent: Thursday, April 27, 2006 6:39 PM
To: harmony-dev@incubator.apache.org
Subject: [classlib] bug-to-bug compatibility: HARMONY-68

Hi Svetlana,

why do you think the original test was incorrect?

http://issues.apache.org/jira/browse/HARMONY-68

Thanks,
Mikhail

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to