ios - Localizable.strings in German -


I'm localizing in German using an app localizable.string. All well until I need to use one ¼ or one ??

  de.lproj / Localizable.strings: 0: Error: Validation failed: What could be the data? Do not read because it has become corrupt   

example;

"Simple introductory and alphabet" = "Infeach Begrei Ã? Ungen und slave upheaval";

The remedy? Thank you

After the discussion in the comment, the problem was resolved.

If you have a similar problem, then first you should check the file text encoding , where the error occurred. You can find the current text encoding and change it to Xcode :

  1. Open the file in Xcode.
  2. Press "???" ???
  3. Find the field text encoding
  4. Set it to Unicode (UTF-8) .
  5. Try to rebuild the project

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -