Reading unicode character in java

后端 未结 7 855
滥情空心
滥情空心 2020-12-05 22:42

I\'m a bit new to java, When I assign a unicode string to

  String str = \"\\u0142o\\u017Cy\\u0142\";
  System.out.println(str);

  final StringBuilder stri         


        
7条回答
  •  庸人自扰
    2020-12-05 23:04

    I posted Java code to unescape (“descape”?) such things and many others in this answer.

提交回复
热议问题