JDK-4178059 : "locale=cs_CZECH REPUBLIC" on WinNT 4.0
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util:i18n
  • Affected Version: 1.1.7
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_nt
  • CPU: x86
  • Submitted: 1998-10-01
  • Updated: 1998-11-04
  • Resolved: 1998-11-04
Related Reports
Duplicate :  
Description

Name: mf23781			Date: 10/01/98


*Symptoms:

JDK 1.1.7 returns "locale=cs_CZECH REPUBLIC" 
"locale=sl_SLOVENIA" on WinNT 4.0.
Other java platforms are supposed to return 
cs_CZ and sl_SL.

*Test case: 

import java.util.Locale;

public class TestLocale {
    public static void main(String[] args) {
        System.out.println("Locale.getDefault() = "+-Locale.getDefault());
    }
}
======================================================================

Comments
EVALUATION This problem exists in 1.1.7A but has been fixed already in 1.1.8.
11-06-2004