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で「ヘブライ語」と入力すると、右から左(RTL)ではなく「werbehemos」左から右(LTR)として出力されることです。
その文字列にのみ必要なのはRTLであることをXcodeに伝えるにはどうすればよいですか?