Search code examples
iosobjective-cxcodelocalizable.strings

Localizable.strings with special characters


I have a Localizable.strings file with string:

"m3h" = "m\u00B3/h";

It should return me m³/h, but I get mu00B3/h instead. How to get a string from Localizable.strings file that contains special characters?


Solution

  • Why don't you ask the person to give the localized strings file with proper values not what you have currently in unicodes:

    Say the file should contain this:

    "m3h" = "m³/h";