--- /dev/null
+The language used by the program is not the one set by the environment variables
+LANG, LC_MESSAGES, LC_ALL, but rather a setting set in the KDE control center.
--- /dev/null
+Qt looks only at the LANG value and ignores LC_MESSAGES and LC_ALL. (Bug in
+function QTextCodec::locale().) Therefore, to make it work, you have to set
+LANG to the same value as LC_ALL or LC_MESSAGES.
--- /dev/null
+Correct display of characters depends on the JVM and its locale-dependent font
+configuration. For example, on Linux/x86, in
+ Sun JDK 1.3.1 de_DE works - zh_CN doesn't work
+ IBM JDK 1.3.0 de_DE works - ja_JP, sr_YU, zh_CN don't work
+ Sun JDK 1.4.2 de_DE, ja_JP work - sr_YU, zh_CN don't work
--- /dev/null
+Correct display of characters depends on the JVM and its locale-dependent font
+configuration. For example, on Linux/x86, in
+ Sun JDK 1.3.1 de_DE, zh_CN work
+ IBM JDK 1.3.0 de_DE, sr_YU work - ja_JP, zh_CN don't work (displays squares)
+ Sun JDK 1.4.2 de_DE, sr_YU work - ja_JP, zh_CN don't work (displays squares)
--- /dev/null
+Correct display of characters depends on the GNUstep display engine; as of
+GNUstep-1.8.0, it works only for ISO-8859-1 characters (regardless of whether
+GNUSTEP_STRING_ENCODING is set to NSUTF8StringEncoding or not).
--- /dev/null
+The program's output starts with a line "Loading package I18N". The
+PackageLoader class does not offer a way to turn this message off.