Hello, suppose I have this program:
==== #lang racket (display "à") ==== This works as intended when run from DrRacket, but it displays mojibake if I generate an executable and run it from a console (on windows). How do I tell Racket what encoding to use for current-output? Cheers P. ____________________ Racket Users list: http://lists.racket-lang.org/users

