Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2018384 | 1.2.0 | Limin Shi | P2 | Resolved | Fixed | 1.2beta2 |
On Solaris, <lang>.<encoding> locale, such as zh.GBK, can't be recorgnized by VM. Following java program will display "en".
import java.util.*;
class GetLocale {
public static void main(String[] args)
{
System.out.println(Locale.getDefault());
}
}
import java.util.*;
class GetLocale {
public static void main(String[] args)
{
System.out.println(Locale.getDefault());
}
}
- backported by
-
JDK-2018384 On Solaris, <lang>.<encoding> locale can't be recorgnized by VM
-
- Resolved
-