I am creating a .strings from a .nib file. That is I'm changing the .nib file to a localized string file on Xcode 9.2.
Now I'm getting the .strings file with all the strings as required and the layout according to the base .xib file.
The problem arises when I check out the strings file and shelve it. The shelved file now suddenly is in Chinese. I can read it properly when I put it in some editor and change the encoding to Chinese(CP936 GBK).
But when I run the code, the strings appear perfectly as they were supposed to in all languages. Is there a way to submit the file to perforce without getting this weirdly encoded file?