I have a small question concerning the format of ".strings" files. in the fllowing link https://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/LoadingResources/Strings/Strings.html it clearly states that the format should be UTF16 even though UTF8 will be recognized by Xcode.
I have made an online tool to help my translators to localize my files easily and hence used UTF16 when reading the files. Starting a new project with Xcode4.5, I wanted to use my tool again, but Surprise, the new file format for ".Strings" files generated by Xcode are now using UTF8 and hence my tool is broken.
So my question is: What is the default file format now, and which one should we use as a best practise? Did it change with Xcode4.5?
Thank you for your answer(s)