Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Console with Umlauts?
Console with Umlauts? [message #330602] Tue, 05 August 2008 11:08 Go to next message
Michael Moser is currently offline Michael MoserFriend
Messages: 914
Registered: July 2009
Senior Member
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 Go to previous message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
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
>
Previous Topic:Running Ruler Action in code
Next Topic:fastview position
Goto Forum:
  


Current Time: Tue Jul 30 19:33:10 GMT 2024

Powered by FUDForum. Page generated in 0.04107 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top