Re: [racket-users] Can't display accented characters at the Windows console

2016-09-03 Thread Cleverson Casarin Uliana
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

Re: [racket-users] Can't display accented characters at the Windows console

2016-09-02 Thread Cleverson Casarin Uliana
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

Re: [racket-users] Can't display accented characters at the Windows console

2016-09-02 Thread Pierpaolo Bernardi
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