Java *.properties files must contain only Latin-1 and/or Unicode-encoded (\udddd notation) characters. You can convert a native encoded file to this special Unicode-encoded form with the native2ascii command-line tool that is bundled with the Sun JDK. For further info take a look at
this page.
Eg. if your source file is in UTF-8 encoding, then you can convert it to the proper format with the
native2ascii -encoding UTF-8 source.txt something.properties
command.
Recent comments
2 years 34 weeks ago
4 years 3 weeks ago
4 years 3 weeks ago
4 years 5 weeks ago
4 years 6 weeks ago
4 years 13 weeks ago
4 years 13 weeks ago
4 years 13 weeks ago
4 years 13 weeks ago
4 years 14 weeks ago