facebook

Showing French Character in Console

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #290982 Reply

    muggle
    Member

    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.

    #291008

    Riyad Kalla
    Member

    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.

    #291153

    muggle
    Member

    thanks for your solution.

    It works now.

    #291177

    Riyad Kalla
    Member

    Glad to hear it.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Showing French Character in Console

This topic is marked as closed to new replies, however your posting capabilities still allow you to do so.

You must be logged in to post in the forum log in