In Xcode, how to display text merging English+Arabic and beginning with Arabic?
问题 I want to set a label to string: "خخخ just bought: Disguise Kit." but when I run the test, the label show ".just bought: Disguise Kit خخخ"? If the text is not begin with Arabic, It will show as what I set. What's the problem? Does anybody know how to deal with this issue? 回答1: First, read Cal Henderson's excellent "Understanding Bidirectional (BIDI) Text in Unicode.". Believe it or not, UILabel is laying it out the way you asked. You've provided a right-to-left string (starting in Arabic). It