From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.142.50.5 with SMTP id x5cs60222wfx; Mon, 20 Jun 2011 15:45:55 -0700 (PDT) Received: by 10.224.209.194 with SMTP id gh2mr4337691qab.355.1308609955087; Mon, 20 Jun 2011 15:45:55 -0700 (PDT) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id l29si7819822qck.105.2011.06.20.15.45.54; Mon, 20 Jun 2011 15:45:55 -0700 (PDT) Received-SPF: pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) client-ip=205.234.109.19; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-devel-bounces@rubyforge.org; dkim=neutral (body hash did not verify) header.i=@gmail.com Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 9503F167835A; Mon, 20 Jun 2011 18:45:54 -0400 (EDT) Received: from mail-ww0-f54.google.com (mail-ww0-f54.google.com [74.125.82.54]) by rubyforge.org (Postfix) with ESMTP id C045D1858361 for ; Mon, 20 Jun 2011 18:45:46 -0400 (EDT) Received: by wwf4 with SMTP id 4so2100147wwf.23 for ; Mon, 20 Jun 2011 15:45:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:content-type:subject:from:to:in-reply-to :references:date:message-id:user-agent:content-transfer-encoding; bh=7wCqykKUSLnvGtMYJH9WAKYWlXd6m4P6K8xGX0CuRQE=; b=ZkgHnFAaYgL71WFhnxeG/SvP7WJc28tE/oPsL+iNlk858cuOj+UFDYJBvqdUm51cf2 4Lg69vYkjibcqxGhEcUvvmipmJM6jQUmlH/Yfovu1zLLGELnAdvPPTts3fK1a9G9gx9r emlj44WwTMZ5vuvy48OvKUmTXRXIvxzEEYThs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=content-type:subject:from:to:in-reply-to:references:date:message-id :user-agent:content-transfer-encoding; b=eLyTXvLHe2x7Z7pnWrab5M/ECBrT651yV+OYG/zvLbRDuNjt2N5+cJuN8jG+jUCgdO J9FEiRRad/QYjKZvqDZqqwVI7tnR0OmOcgi5TrbHFnDdXdrkXCOerCzTtteBOKb1RwAq cwuCzXq7t6/CMlNxAfyRq5TWbf9SAKScClXSc= Received: by 10.227.159.141 with SMTP id j13mr5671324wbx.108.1308609945899; Mon, 20 Jun 2011 15:45:45 -0700 (PDT) Received: from localhost (cpc12-cmbg15-2-0-cust81.5-4.cable.virginmedia.com [86.30.247.82]) by mx.google.com with ESMTPS id o19sm3542825wbh.4.2011.06.20.15.45.44 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 20 Jun 2011 15:45:45 -0700 (PDT) From: Hamish Downer To: sup-devel In-reply-to: <1295892863-sup-1896@midna.zekjur.net> References: <1295845756-sup-308@pruts.nl> <1295892863-sup-1896@midna.zekjur.net> Date: Mon, 20 Jun 2011 23:45:43 +0100 Message-Id: <1308609891-sup-2821@whisper> User-Agent: Sup/git Subject: Re: [sup-devel] [PATCH] Re: [sup-talk] Bug reading/writing contacts with \" in them X-BeenThere: sup-devel@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: Sup developer discussion List-Id: Sup developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-devel-bounces@rubyforge.org Errors-To: sup-devel-bounces@rubyforge.org Excerpts from Michael Stapelberg's message of Mon Jan 24 18:20:13 +0000 2011: > Excerpts from Ico's message of 2011-01-24 06:20:47 +0100: > > The problem occurs when contacts have a certain combination of backslashes and > > quotes in them. > > > > somename: \"Some, Name\" > > Attached is a patch which fixes the issue. Input like "Rob, Post\" will first > be turned into "Rob, Post\\" when initially escaping, but will then stay "Rob, > Post\\" (no more exploding backslashes). Another patch that slipped through the net. Now applied to next. Hamish -- Hamish Downer Web: http://www.foobacca.co.uk/ GPG: B7C48416 _______________________________________________ Sup-devel mailing list Sup-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-devel