Hello, > My question is that the command line arguments seems to be parsed > ... ... or can anybody tell me how to read arguments correctly?
You must also set port encoding, see manual section 6.14.1 for details:
(set-port-encoding! (current-output-port) "utf-8")
Cheers,
David
