Details
-
Bug
-
Status: Closed
-
P4
-
Resolution: Not an Issue
-
11, 12, 13
-
None
-
x86_64
-
windows_10
Description
ADDITIONAL SYSTEM INFORMATION :
Windows 10 64x
A DESCRIPTION OF THE PROBLEM :
Our company found out that the GroupingSeparator Change from JDK 8 to JDK 11 (11.0.3):
- before the JDK update we get this character: '
- after the JDK update we get another: it looks like that: ’
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
GroupingSeparator like before: '
ACTUAL -
like ’
---------- BEGIN SOURCE ----------
Locale.setDefault(new Locale("de", "CH"));
Locale locale = Locale.getDefault();
DecimalFormatSymbols decimalFormatSymbols = new DecimalFormatSymbols(locale);
System.out.println(decimalFormatSymbols.getGroupingSeparator());
---------- END SOURCE ----------
FREQUENCY : always
Windows 10 64x
A DESCRIPTION OF THE PROBLEM :
Our company found out that the GroupingSeparator Change from JDK 8 to JDK 11 (11.0.3):
- before the JDK update we get this character: '
- after the JDK update we get another: it looks like that: ’
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
GroupingSeparator like before: '
ACTUAL -
like ’
---------- BEGIN SOURCE ----------
Locale.setDefault(new Locale("de", "CH"));
Locale locale = Locale.getDefault();
DecimalFormatSymbols decimalFormatSymbols = new DecimalFormatSymbols(locale);
System.out.println(decimalFormatSymbols.getGroupingSeparator());
---------- END SOURCE ----------
FREQUENCY : always