How to change text encoding of Localizable.strings file in Xcode 4?

前端 未结 5 1878
挽巷
挽巷 2020-12-18 23:33

I am learning how to localize the strings in my project and I am using Xcode 4.

I have generated the base Localizable.strings file, and I want to import this file,

5条回答
  •  清酒与你
    2020-12-19 00:02

    The "Text Settings" for my Localizable.strings files don't have the option of changing the encoding like XCode 3. However, I found if I simply restart Xcode 4, it reinterprets it correctly (UTF-16).

提交回复
热议问题