| www.delorie.com/archives/browse.cgi | search |
| X-Authentication-Warning: | delorie.com: mail set sender to geda-user-bounces using -f |
| X-Recipient: | geda-user AT delorie DOT com |
| Date: | Thu, 7 Dec 2017 13:57:52 +0100 (CET) |
| From: | Roland Lutz <rlutz AT hedmen DOT org> |
| To: | geda-user AT delorie DOT com |
| Subject: | Re: [geda-user] unicode schematic to BOM |
| In-Reply-To: | <DC905C50-0799-4054-AEBB-89B97C79BC23@noqsi.com> |
| Message-ID: | <alpine.DEB.2.20.1712071349340.1550@nimbus> |
| References: | <20171207040503 DOT GA8876 AT recycle DOT lbl DOT gov> <DC905C50-0799-4054-AEBB-89B97C79BC23 AT noqsi DOT com> |
| User-Agent: | Alpine 2.20 (DEB 67 2015-01-07) |
| MIME-Version: | 1.0 |
| Reply-To: | geda-user AT delorie DOT com |
| Errors-To: | nobody AT delorie DOT com |
| X-Mailing-List: | geda-user AT delorie DOT com |
| X-Unsubscribes-To: | listserv AT delorie DOT com |
On Thu, 7 Dec 2017, John Doty wrote: > I suggest you check your guile version. This indeed looks like a Guile problem. I don't recall the exact circumstances, but I had a problem once where Guile didn't handle UTF-8 strings correctly. After some investigation, I found out that Guile expects you to set the encoding of an output port manually. Adding the following line of code solved the problem for me: (set-port-encoding! (current-output-port) "utf-8")
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |