Xcode insists on using UTF8 for my UTF16 file, then complains about it
I have a UTF16 .strings file. The project is set to treat it as UTF16 (see attached screen shot in why_utf8.zip archive, or https://www.dropbox.com/s/z3dn5dh9xz7e7hh/Screen%20Shot%202015-08-25%20at%2016.14.24.png?dl=0).
However, as the second screen shot (same archive, or https://www.dropbox.com/s/89g6kbhgxiozbqg/Screen%20Shot%202015-08-25%20at%2016.15.02.png?dl=0) shows, Xcode processes the file as UTF8 and then gives me a warning about it, breaking my build.
https://openradar.appspot.com/22418764










