Special Characters and Write

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Rich.Glass@pbs.proquest.com

    #1

    Special Characters and Write

    Why does:
    System.out.prin tln("Numéro");
    Yeild:
    Num?ero

    What can be done to allow the special char to print correctly?

  • Michael Banzon

    #2
    Re: Special Characters and Write

    Rich.Glass@pbs. proquest.com wrote:[color=blue]
    > Why does:
    > System.out.prin tln("Numéro");
    > Yeild:
    > Num?ero
    >
    > What can be done to allow the special char to print correctly?[/color]

    Maybe it has something to do with the environment you're executing the
    program in?? (your shell etc.)

    I got the same problem, but solved it by changing the Character set of
    my terminal...

    --
    Michael Banzon

    Comment

    Working...