Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The problem is that at it's core, the ResourceBundle API uses the Properties#load(InputStream) method to load the properties files. This Unfortunately, this method uses by default the ISO-8859-1 encoding. This is explicitly mentioned in its javadoc as well,

...

Java 1.6 introduced new 18n enhancements. However, it still does not fully resolve the problem as there are still many other technologies, such as JSTL 1.1 that still use the regular resource bundle.

...