I wrote an app that get a string from a server, this string is not in English so the server sends a string that represents the Unicode values of the characters.
Is there a method in some class that takes a string representing a Unicode value (string of the format "\uXXXX"
) and returns the Unicode character corresponding to this value?
I tried the answers for the other questions. When I tried it on a regular project it worked but on mt android app it causes the app to stop working.