I want to write my iOS app for serbian. I load a plist file with all the strings in, and then I NSLog it just to be sure. I also use special characters, like
ลก
but in the log it prints the letter as
\U0161
is this supposed to happen? I haven't tried using it on a UILabel yet, but do I need to use some sort of special font or something?