From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] pipeto.lib spool and encoding From: "Russ Cox" Date: Thu, 18 Oct 2007 16:10:33 -0400 In-Reply-To: <03f79f628864246ecd48c53e1339328d@mteege.de> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20071018201035.5EC931E8C22@holo.morphisms.net> Topicbox-Message-UUID: d4178a5e-ead2-11e9-9d60-3106f5b1d025 > It works but the encoding is broken after delivery. The "german > umlauts" are working if I remove pipto. in /mail/lib/pipeto.lib, the line sed '/^$/,$ s/^From / From /' >$TMP.msg needs to be replaced with a c program that does this conversion without coercing its input text into utf-8. russ