Hi !
I've just installed a Debian, but Java programs cannot display french characters...
This program :
for (int i=0; i < 1000; i++) {
System.out.println(i + " " + (char) i);
}
display the first 127 characters, and then '?' for number upper to 127 :
...
123 {...
Hi !
I've just installed a Debian, but Java programs cannot display french characters...
This program :
for (int i=0; i < 1000; i++) {
System.out.println(i + " " + (char) i);
}
display the first 127 characters, and then '?' for number upper to 127 :
...
123 {...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.