From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost ([158.37.44.159]) by mx.google.com with ESMTPS id 28sm6419654eyg.44.2010.01.18.00.38.00 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 18 Jan 2010 00:38:01 -0800 (PST) Content-Type: text/plain; charset=UTF-8 From: Gaute Hope To: sup-devel Subject: Re: [sup-devel] [PATCH] only open mail files in binary mode on Ruby 1.9 In-reply-to: <1263769911-sup-6744@masanjin.net> References: <1262634342-7029-1-git-send-email-rlane@club.cc.cmu.edu> <1262729069-sup-2235@masanjin.net> <1262795751-sup-4525@masanjin.net> <1263769911-sup-6744@masanjin.net> Date: Mon, 18 Jan 2010 09:38:03 +0100 Message-Id: <1263803813-sup-7395@dolk> User-Agent: Sup/git Content-Transfer-Encoding: 8bit Excerpts from William Morgan's message of 2010-01-18 00:12:50 +0100: > Reformatted excerpts from William Morgan's message of 2010-01-06: > > The internet claims that using "rb" and "wb" works for both 1.8.5 and > > 1.9.1, but I haven't tried it. > > I've done this in ruby-1.9-encodings and remerged into next. > > Those of you tracking next with 1.9, please let me know if you > experience any weird encoding errors. > > (And those with 1.8, as well, I suppose.) See issue 36, its a bit big: problems with subjects, tab completion, and recipients. - gaute