Hello, just as an update: When I run an rkt text file through
racket.exe, the problem is solved. Running code interactively inside the
racket console still doesn't work, but in any case, running rkt files is
fair enough for me. The code that works for me is:
(current-output-port (reencode-output-port (current-output-port) "850"))
(printf "Digite um número de ~a a ~a\n" min max)
Greetings,
Cleverson
Em 02/09/2016 22:37, Pierpaolo Bernardi escreveu:
Hello,
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"
Here you can read an old discussion about this topic:
https://groups.google.com/forum/#!msg/racket-users/MGDUNnUVzWU/kwL21Yeoy6EJ
At the time I concluded that console output was practically infeasible
for what I needed to do. But maybe some of the solutions offered in
that thread will work for you.
Cheers
P.
--
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.