converting ß.cfg to upper case using toUpperCase() in java

前端 未结 5 1348
心在旅途
心在旅途 2021-01-18 05:47

I am trying following code

String s1 = \"ß.cfg\";
System.out.println (s.toUpperCase());

output I am getting is SS.CFG since U

5条回答
提交回复
热议问题