3

I have a problem with my Xcode, For example i'm gonna to NSLog @"سلام"; when i did writing it'll show NSLog @"مالس";. They are reveresed. I'm asking this for both Arabic and Persian! tnx!

Azhar
  • 20,500
  • 38
  • 146
  • 211
Amir Hossein
  • 75
  • 1
  • 1
  • 6
  • Seems like you have to reverse it. Look here: http://stackoverflow.com/questions/12987027/nsstring-in-reverse-order-arabic-in-iphone – Nir Dec 13 '12 at 10:40
  • This appears to have been finally fixed in Xcode 5 (مرحى). – Rob Napier Nov 23 '13 at 18:02

1 Answers1

1

Actually its problem with Editor so change the Editor as in my case I opened file in TextEdit and wrote Arabic and Persian which worked correctly for me.

Azhar
  • 20,500
  • 38
  • 146
  • 211