提交 43cdd65d 编写于 作者: Y yhuang

8027695: There should be a space before % sign in Swedish locale

Reviewed-by: naoto
上级 95d9516a
......@@ -52,7 +52,7 @@ public class FormatData_sv_SE extends ParallelListResourceBundle {
new String[] {
"#,##0.###;-#,##0.###", // decimal pattern
"#,##0.00 \u00A4;-#,##0.00 \u00A4", // currency pattern
"#,##0%" // percent pattern
"#,##0 %" // percent pattern
}
},
};
......
......@@ -7687,3 +7687,6 @@ LocaleNames/ko/PT=\ud3ec\ub974\ud22c\uce7c
# bug 6931564
LocaleNames/sv/ZA=Sydafrika
# bug 8027695
FormatData/sv_SE/NumberPatterns/2=#,##0 %
......@@ -35,7 +35,7 @@
* 6645405 6650730 6910489 6573250 6870908 6585666 6716626 6914413 6916787
* 6919624 6998391 7019267 7020960 7025837 7020583 7036905 7066203 7101495
* 7003124 7085757 7028073 7171028 7189611 8000983 7195759 8004489 8006509
* 7114053 7074882 7040556 8013836 8021121 6192407 6931564
* 7114053 7074882 7040556 8013836 8021121 6192407 6931564 8027695
* @summary Verify locale data
*
*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册