From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LyWTx-0008Jc-JZ for qemu-devel@nongnu.org; Mon, 27 Apr 2009 15:27:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LyWTw-0008It-34 for qemu-devel@nongnu.org; Mon, 27 Apr 2009 15:27:13 -0400 Received: from [199.232.76.173] (port=45903 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LyWTv-0008In-Qd for qemu-devel@nongnu.org; Mon, 27 Apr 2009 15:27:11 -0400 Received: from naru.obs2.net ([84.20.150.76]:43971) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LyWTv-0001z2-FZ for qemu-devel@nongnu.org; Mon, 27 Apr 2009 15:27:11 -0400 Date: Mon, 27 Apr 2009 22:27:07 +0300 From: Riku Voipio Subject: Re: [Qemu-devel] REMINDER: QEMU SVN => GIT switch today at 5pm CST Message-ID: <20090427192707.GA21298@kos.to> References: <20090427171632.GZ3795@csclub.uwaterloo.ca> <2075363069-BeMail@laptop> <20090427181421.GA21523@csclub.uwaterloo.ca> <20090427181801.GB21523@csclub.uwaterloo.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090427181801.GB21523@csclub.uwaterloo.ca> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Lennart Sorensen , qemu-devel@nongnu.org On Mon, Apr 27, 2009 at 02:18:01PM -0400, Lennart Sorensen wrote: > On Mon, Apr 27, 2009 at 02:14:21PM -0400, Lennart Sorensen wrote: > > Well I am going to try en_CA.UTF8. At least your name appears correctly > > on my screen now. > > And mutt sends it properly, although strangely using 8859 encoding rather > than utf. I wonder why. put something like this in your: ~/.muttrc set send_charset="us-ascii:utf-8" It will make mutt use us-ascii if all characters in the message fit us-ascii, else utf-8.