I am trying following code
String s1 = \"ß.cfg\"; System.out.println (s.toUpperCase());
output I am getting is SS.CFG since U
SS.CFG
Try java.lang.String.toUpperCase(java.util.Locale).