Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想用这样的希伯来字符初始化一组字符串:
NSString *hebStr = @" <some hebrew> ";
我遇到的问题是,当我在 Xcode 中键入“一些希伯来语”时,它会显示为“werbeh emos”从左到右(LTR)而不是从右到左(RTL)。
我如何告诉 Xcode 我想要的只是 RTL?