- 
    Bug 
- 
    Resolution: Not an Issue
- 
     P4 P4
- 
    None
- 
    11, 12, 13
- 
        x86_64
- 
        windows_10
                    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