0

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?

JasonMArcher
  • 14,195
  • 22
  • 56
  • 52
JomanJi
  • 1,407
  • 1
  • 17
  • 27
  • Checkout this complete answer. It worth to go over it. Maybe you missed something? I just did this for app of mine for non-english language a few weeks back and it worked just fine http://stackoverflow.com/questions/5349066/how-to-localize-my-app-with-xcode-4 โ€“ Sam B Jul 10 '13 at 21:08
  • @Sam Budda thanks for your answer, I would do it like that, but I'm not using storyboards or xibs, and as far as I know, you can't localize implementation files โ€“ JomanJi Jul 10 '13 at 21:13
  • @Till thanks, that was the answer, I'm sorry for not going through SO so well, but thanks for pointing that out, btw, it DID display correct in a UILabel without encoding โ€“ JomanJi Jul 11 '13 at 11:39

0 Answers0