Console with Umlauts? [message #330602] |
Tue, 05 August 2008 11:08  |
Eclipse User |
|
|
|
Can one somehow teach the eclipse's console view to properly display
Umlauts? It's torturing me with gobbledygook by not just omitting the
umlaut-characters but - I guess since it's already at eat - also always
consuming the character following the umlauts and the result is then
barely readable...
Michael
|
|
|
Re: Console with Umlauts? [message #330685 is a reply to message #330602] |
Fri, 08 August 2008 12:36  |
Eclipse User |
|
|
|
Michael Moser wrote:
> Can one somehow teach the eclipse's console view to properly display
> Umlauts?
Not sure what you're doing wrong. If I paste this into the Package Explorer:
public class Test {
public static void main(String[] args) {
System.out.println("Test Umlaut: öäüèàé");
}
}
and run it, I get this in the console:
Test Umlaut: öäüèàé
Do you have steps to reproduce?
Dani
> It's torturing me with gobbledygook by not just omitting the
> umlaut-characters but - I guess since it's already at eat - also
> always consuming the character following the umlauts and the result is
> then barely readable...
>
> Michael
>
|
|
|
Powered by
FUDForum. Page generated in 0.04513 seconds