In message "[kaffe] CVS kaffe (hkraemer): tweaks for gc and system properties"
    on 04/04/21, Kaffe CVS <[EMAIL PROTECTED]> writes:

> * autodetect user.language and user.region using setlocale ()

> +             setProperty (p, "user.language", "en");
> +             setProperty (p, "user.region", "US");

Sun's JDK (1.4.2_04) defines "user.country" and "user.variant"
instead of "user.region".
http://java.sun.com/j2se/1.4.2/docs/guide/intl/faq.html

On the other hand, Microsoft's VM defines "user.language" and
"user.region".

_______________________________________________
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to