[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug classpath/22697] java.text.SimpleDateFormat treats letters other th
From: |
gcc-bugzilla at gcc dot gnu dot org |
Subject: |
[Bug classpath/22697] java.text.SimpleDateFormat treats letters other than A-Z, a-z as pattern letters |
Date: |
16 Oct 2005 01:26:37 -0000 |
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.
------- Comment #1 from from-classpath at savannah dot gnu dot org 2003-10-02
20:11 -------
I commited a fix.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22697
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug classpath/22697] java.text.SimpleDateFormat treats letters other than A-Z, a-z as pattern letters,
gcc-bugzilla at gcc dot gnu dot org <=