xref: /netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-java-awt/BUGS (revision 946379e7b37692fc43f68eb0d1c10daa0a7f3b6c)
1*946379e7SchristosCorrect display of characters depends on the JVM and its locale-dependent font
2*946379e7Schristosconfiguration. For example, on Linux/x86, in
3*946379e7Schristos  Sun JDK 1.3.1  de_DE works - zh_CN doesn't work
4*946379e7Schristos  IBM JDK 1.3.0  de_DE works - ja_JP, sr_YU, zh_CN don't work
5*946379e7Schristos  Sun JDK 1.4.2  de_DE, ja_JP work - sr_YU, zh_CN don't work
6