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 :   -  Open the file in Xcode.  
-  Press "???" ???   -  Find the field  text encoding   -  Set it to  Unicode (UTF-8)  . -  Try to rebuild the project    
 
 
Comments
Post a Comment