commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #5014] java.text.SimpleDateFormat treats letters other than A-Z, a-


From: nobody
Subject: [bug #5014] java.text.SimpleDateFormat treats letters other than A-Z, a-z as pattern letters
Date: Sun, 31 Aug 2003 19:36:48 -0400
User-agent: w3m/0.3.1

=================== BUG #5014: FULL BUG SNAPSHOT ===================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=5014&group_id=85

Submitted by: None                    Project: classpath                    
Submitted on: Sun 08/31/2003 at 19:36
Severity:  5 - Major                  Resolution:  None                     
Assigned to:  None                    Status:  Open                         
Platform Version:  None               

Summary:  java.text.SimpleDateFormat treats letters other than A-Z,a-z as 
pattern letters

Original Submission:  Sun's API document syas, "Within date and time pattern 
strings, unquoted

letters from 'A' to 'Z' and from 'a' to 'z' are interpreted as pattern

letters."  But Classpath's implementation seems to be doing

'if (Character.isLetter(thisChar))'.  As a result, for example,

Japanese characters are unexpectedly treated as invalid pattern letters.







No Followups Have Been Posted


CC list is empty


No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=5014&group_id=85

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]