guix-devel
[Top][All Lists]
Advanced

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

Re: How to write a compute-file producing utf8 output?


From: Ludovic Courtès
Subject: Re: How to write a compute-file producing utf8 output?
Date: Sat, 01 Jun 2024 15:39:56 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Tomas Volf <~@wolfsden.cz> skribis:

> I am currently struggling when trying to create a computed-file producing
> internationalized content.  Simple reproducer is:

I think you found out in the meantime :-), but for posterity, one
possibility is to set ‘%default-port-encoding’:

  (fluid-set! %default-port-encoding "UTF-8")

Ludo’.



reply via email to

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