I would like to initialize a set of string with hebrew chars like this:
NSString *hebStr = @" <some hebrew> ";
The problem i am having is when I type the "some hebrew" in Xcode it comes out as "werbeh emos" Left-to-Right (LTR) instead of Right-to-Left (RTL).
How do I tell Xcode that what I want for that string only is RTL?