Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 39FFF975A for ; Fri, 27 Jan 2012 05:24:03 +0000 (UTC) Received: (qmail 17433 invoked by uid 500); 27 Jan 2012 05:23:59 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 16768 invoked by uid 500); 27 Jan 2012 05:23:44 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 16630 invoked by uid 99); 27 Jan 2012 05:23:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Jan 2012 05:23:38 +0000 X-ASF-Spam-Status: No, hits=2.6 required=5.0 tests=FROM_LOCAL_NOVOWEL,HK_RANDOM_ENVFROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of cgsmcmlxxv@gmail.com designates 209.85.216.45 as permitted sender) Received: from [209.85.216.45] (HELO mail-qw0-f45.google.com) (209.85.216.45) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Jan 2012 05:23:33 +0000 Received: by qabg40 with SMTP id g40so496918qab.11 for ; Thu, 26 Jan 2012 21:23:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=wZHJPxDJKTwUt03pr0FtS8dcEeKIjwCYQ7ULGV6spvo=; b=ucd8E28pFOIj2p+KtyB9jtU9u9aMfjJ0538AWSRjfMi2+nM9yjcaRw5o+ceozaSBXe Ec0ruJqSbVi6LZPNtpdajMHg03cCvnyUwrElIbJ6MzeGblKALdCvwflTHCDKJHkx3jMN zci53xB0ENWjCYVLYPyQqcc6Fghw7b6AMxyRk= MIME-Version: 1.0 Received: by 10.224.194.195 with SMTP id dz3mr5215149qab.43.1327641792587; Thu, 26 Jan 2012 21:23:12 -0800 (PST) Received: by 10.229.83.197 with HTTP; Thu, 26 Jan 2012 21:23:12 -0800 (PST) In-Reply-To: <4F22331B.9050202@bardubitzki.com> References: <4F22108B.6040302@bardubitzki.com> <4F2224BB.6010800@bardubitzki.com> <47A595EA-F205-43C1-90AF-7FABAD9D85E2@couchbase.com> <4F22331B.9050202@bardubitzki.com> Date: Fri, 27 Jan 2012 06:23:12 +0100 Message-ID: Subject: Re: _design doc issue From: CGS To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=20cf300fadbd6fa66c04b77bb102 --20cf300fadbd6fa66c04b77bb102 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable I ran into that issue before you and that's why I could give you that as a possible solution. I am still using Futon. :D Cheers, CGS On Fri, Jan 27, 2012 at 6:16 AM, Stephan Bardubitzki < stephan@bardubitzki.com> wrote: > Thanks guys, that did it. > > Just wondering why no one else run into this issue before, is it bad > practice to use Futon for that? > > Stephan > > > > On 12-01-26 09:02 PM, Jens Alfke wrote: > >> On Jan 26, 2012, at 8:54 PM, Mark Hahn wrote: >> >> That's right. The CR is the illegal control char. They parse it with a= n >> eval and strings can't cross lines. >> >> This is probably only an issue when editing a document in Futon. I don't >> think the JSON parser in Erlang has such a limitation. (One could argue >> that this is a Futon bug; the JSON spec allows any Unicode character in = a >> string, though of course quotes and backslashes have to be quoted.) >> >> =97Jens >> >> ------------------------------**-- >> Spam/Virus scanning by CanIt Pro >> >> For more information see >> http://www.kgbinternet.com/**SpamFilter.htm >> >> To control your spam filter, log in at >> http://filter.kgbinternet.com >> >> --20cf300fadbd6fa66c04b77bb102--