As of Solaris 2.7 (I think) the value, "646" represents the C/POSIX
locale. If this is causing a problem, you might try setting the locale
explicitly via the LANG and/or LC_ALL environment variables.
Peter
Dick Repasky wrote:
>
> I have some code that I compiled with blackdown java j2sdk1.3.0 under linux,
> and when I run it on a Solaris 7 box using Sun's runtime j2re1_3_0,
> the call System.getProperty("file.encoding") returns the value 646. The code is
>quite simple.
>
> public class ShowMe {
> public static void main(String[] argv) {
> System.out.println(System.getProperty("file.encoding"));
> }
> }
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]