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-outp
Hi, it seems my system is worse than yours was... :-) From the console
output:
> (current-output-port (reencode-output-port (current-output-port)
"ibm850"))
> (display "á")
reencode-output-port: error decoding output to stream: #
Changing the console encoding doesn't help at all.
Thanks anyway
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:
h
3 matches
Mail list logo