Hello all,

I'm new to Racket and would like to know what is the trick to make accented characters display correctly at the Windows command prompt. For example, when I write at the Racket prompt:
> "número"
then it returns:
"n´┐¢mero"

Any accented character I enter, such as á, õ, etc., is replaced by that "´┐¢". Unfortunately the same occurs when running an rkt file through the Racket program, no matter what encoding I save the file.

Perhaps I should convert the strings to another encoding before displaying? How do I do that?

Thanks for any hint,
Cleverson

--
You received this message because you are subscribed to the Google Groups "Racket 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to