 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Kostyshin Gennadiy Guest
|
Posted: Mon Sep 01, 2003 12:39 pm Post subject: System.out localization question |
|
|
Hello all,
Here is my problem. I use Jbuilder 7.
I have this code snippet:
......
byte[] allByte= new byte[256];
for (int i=0; i<256; i++) { allByte[i]= (byte)(i % 256);}
System.out.write(allByte,0,256);
}
......
When I run it in pure OS (Widows) - I can see sequence of Russian letters
But when I run it into the Jbuilder - I can see output without Russians.
Question 1.
How can I tune JBuilder to use Russian encoding for its System.out frame?
Question 2.
How can I explore what encoding used into the current VM
Thank you for advance.
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|