 |
|
 |
 |
|
 |
 |
| Author |
Message |
|
|
Post subject: Showing French Character in Console
Posted: Nov 13, 2008 - 07:46 PM
|
|
Joined: Nov 12, 2008
Posts: 2
|
|
Hi there,
I am trying to print out french character in output console using System.out.println command.
Somehow it is just showing funny character.
Please advise.
Thanks. |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: Showing French Character in Console
Posted: Nov 14, 2008 - 05:40 PM
|
|
Moderator


Joined: Jan 06, 2004
Posts: 23462
|
|
muggle,
The console view get's it's encoding hints from the platform, and you'd have to tell Eclipse to launch in a different language mode using the -nl switch if you want it to display different characters in the console, for example:
eclipse.exe -nl fr
Atleast I think that's right... I"ve never needed to flip the nl switch to display UTF-8 characters before. Give it a try and see if that helps. |
_________________ Riyad
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Nov 18, 2008 - 05:46 PM
|
|
Joined: Nov 12, 2008
Posts: 2
|
|
thanks for your solution.
It works now. |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Nov 18, 2008 - 11:47 PM
|
|
Moderator


Joined: Jan 06, 2004
Posts: 23462
|
|
| Glad to hear it. |
_________________ Riyad
MyEclipse Support
|
| |
|
|
|
 |
|
|
| |
|
|
 |
|
 |
|
|
|
 |