OPERATING SYSTEMS ----------------- Linux FULL JDK VERSION ---------------- Java 8, since 8u20. DESCRIPTION from LICENSEE ------------------------- The fix for 8014418 in 8u20 seems to be causing problems for Japanese help messages in Web Start. This report highlights two such problems - there may be more. STEPS TO REPRODUCE - ISSUE 1 ---------------------------- 1. Setup Japanese support to Linux. 2. Open gnome-terminal and set Terminal-Encoding to "Japanese (EUC-JP)". 3. Run the following command: "LANG=ja_JP javaws" Observed Result: Help message is displayed in English. Expected Result: Help message should be displayed in Japanese. STEPS TO REPRODUCE - ISSUE 2 ---------------------------- 1. Open UTF-8 capable terminal 2. Run the following command: "LANG=ja_JP.UTF-8 javaws" Observed Result: Help message is corrupted. Expected Result: Help message should display correctly.
|