Reputation: 2307
I have an input form where someone is allowed to type unicode characters. So it might be something like "Hey \uF32A what's up?". If I get this string it will have a substring of "\uF32A" how do i turn that to the character '\uF32A'?
Upvotes: 2
Views: 660