nek023 / Lin-Xcode5

A Localization Manager for Xcode 5
http://questbe.at/lin/
MIT License
968 stars 77 forks source link

apple's recommended format for localization files is UTF16, any plans to support that #34

Open ishaq opened 10 years ago

ishaq commented 10 years ago

From the Docs

Note: It is recommended that you save strings files using the UTF-16 encoding, which is the default encoding for standard strings files. It is possible to create strings files using other property-list formats, including binary property-list formats and XML formats that use the UTF-8 encoding, but doing so is not recommended. For more information about the standard strings file format, see “Creating Strings Resource Files.” For more information about Unicode and its text encodings, go to http://www.unicode.org/ or http://en.wikipedia.org/wiki/Unicode.

are there any plans to support UTF16, or is there any particular reason Lin works with UTF8 only?