提交 edcb99e6 编写于 作者: O okutsu

8075173: DateFormat in german locale returns wrong value for month march

Reviewed-by: naoto, peytoia
上级 07e03cf1
/* /*
* Copyright (c) 1996, 2013, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1996, 2015, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -142,7 +142,7 @@ public class FormatData_de extends ParallelListResourceBundle { ...@@ -142,7 +142,7 @@ public class FormatData_de extends ParallelListResourceBundle {
new String[] { new String[] {
"Jan", // abb january "Jan", // abb january
"Feb", // abb february "Feb", // abb february
"Mrz", // abb march "M\u00e4r", // abb march
"Apr", // abb april "Apr", // abb april
"Mai", // abb may "Mai", // abb may
"Jun", // abb june "Jun", // abb june
......
...@@ -8282,3 +8282,6 @@ FormatData/fi/DatePatterns/0=d. MMMM yyyy ...@@ -8282,3 +8282,6 @@ FormatData/fi/DatePatterns/0=d. MMMM yyyy
FormatData/fi/DatePatterns/1=d. MMMM yyyy FormatData/fi/DatePatterns/1=d. MMMM yyyy
FormatData/fi/DatePatterns/2=d.M.yyyy FormatData/fi/DatePatterns/2=d.M.yyyy
FormatData/fi/DatePatterns/3=d.M.yyyy FormatData/fi/DatePatterns/3=d.M.yyyy
# bug #8075173
FormatData/de/standalone.MonthAbbreviations/2=M\u00e4r
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
* 6919624 6998391 7019267 7020960 7025837 7020583 7036905 7066203 7101495 * 6919624 6998391 7019267 7020960 7025837 7020583 7036905 7066203 7101495
* 7003124 7085757 7028073 7171028 7189611 8000983 7195759 8004489 8006509 * 7003124 7085757 7028073 7171028 7189611 8000983 7195759 8004489 8006509
* 7114053 7074882 7040556 8013836 8021121 6192407 6931564 8027695 7090826 * 7114053 7074882 7040556 8013836 8021121 6192407 6931564 8027695 7090826
* 8017142 8037343 8055222 8042126 8074791 * 8017142 8037343 8055222 8042126 8074791 8075173
* @summary Verify locale data * @summary Verify locale data
* *
*/ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册