Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Link to native2ascii documentation

...

There is a command line tool called native2ascii that can be used to convert a text file to use Unicode escapes -encoded characters instead of accented native-encoded characters. This is part of the Java SDK and you can read more about it here. You use it like this:
native2ascii scm-activity_es.properties > scm-activity_es-escaped.properties
On unix-like systems this should be ready for you to use. On Windows you need to download and install it.