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
I posted Java code to unescape (“descape”?) such things and many others in this answer.