> Resynced with GNU Classpath. > > 2003-11-28 Ito Kazumitsu <[EMAIL PROTECTED]> > > * java/text/SimpleDateFormat.java (compileFormat): > isLowerCase() and isUpperCase() allow too many characters. > Just use >= 'A' && <= 'Z' || >= 'a' && <= 'z'.
I think this change may have broken support for i18n. Though I haven't tested, it seems to me this breaks support for characters as �, �, �, � and others, which are used by many languages. []s Michael _______________________________________________ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
