I have some chinese charactors encoded like this:
String b = "\\u91d1\\u5143\\u6bd4\\u8054\\u6210\\u957f\\u52a8\\u529b";
How can I change the string b into the real characters, I found the below c can be shown when I output it in the console, then the question would be how to change the string b into c?
String c = "\u91d1\u5143\u6bd4\u8054\u6210\u957f\u52a8\u529b";