guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: command line argument locale for a guile script


From: David Pirotte
Subject: Re: command line argument locale for a guile script
Date: Mon, 7 Nov 2011 10:59:22 -0200

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]