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 To: geda-user AT delorie DOT com Subject: Re: [geda-user] unicode schematic to BOM In-Reply-To: Message-ID: References: <20171207040503 DOT GA8876 AT recycle DOT lbl DOT gov> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed 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 Precedence: bulk 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")