<i18n dev> Review Request: JDK-8139572 SimpleDateFormat parse month stand-alone format bug

Naveen Kumar naveen.ah.kumar at oracle.com
Mon Dec 14 09:29:32 UTC 2015


Hi All,
            Please review the following fix for jdk9.

Bug: https://bugs.openjdk.java.net/browse/JDK-8139572
webrev: http://cr.openjdk.java.net/~okutsu/naveen/8139572/webrev.00/

issue description:
SimpleDateFormat with "stand-alone" month format "LLLL yyyy" and locate 
ru_RU throw java.text.ParseExceptio when parse the valid date string 
"Сентябрь 2015".

Fix:
Implemented parsing for "stand-alone" month format pattern in 
jdk/src/java.base/share/classes/java/text/SimpleDateFormat.java


regards
Naveen Kumar


More information about the i18n-dev mailing list