From user-return-21673-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Thu Aug 2 14:38:52 2012 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 3C4A7D0FD for ; Thu, 2 Aug 2012 14:38:52 +0000 (UTC) Received: (qmail 74786 invoked by uid 500); 2 Aug 2012 14:38:50 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 74747 invoked by uid 500); 2 Aug 2012 14:38:50 -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 74737 invoked by uid 99); 2 Aug 2012 14:38:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Aug 2012 14:38:50 +0000 X-ASF-Spam-Status: No, hits=2.6 required=5.0 tests=FROM_LOCAL_NOVOWEL,FSL_RCVD_USER,HK_RANDOM_ENVFROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of cgsmcmlxxv@gmail.com designates 209.85.216.52 as permitted sender) Received: from [209.85.216.52] (HELO mail-qa0-f52.google.com) (209.85.216.52) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Aug 2012 14:38:43 +0000 Received: by qabj34 with SMTP id j34so1347031qab.11 for ; Thu, 02 Aug 2012 07:38:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=K0QGG/BBkGGhVjPTcQf599Sb0uTH9veTYve+inPR39k=; b=MQVJxJk8X42AAbu76tvNKHSOprDFRo4jP/opBceQX3Yq0TGQx1G3lBIrIg/cN+DepD Cg04J4LCheYxfT3g2BUn4Uu0i84+DOIdxPqYMHXy8CX5xlQJsCQxQh3rbYtC9BgJjDPY xYLuc+9kaA5JeDCK8HtyMjHdjhWIfdxr9E3ScPiIvjlUehfEErchzS+6/fLl0jgWUPTH yRd4rDOj2ORAJwBqWDtFvh5S0qTRK7E8gooxuIpYTGQaCL6256oXx/VIbQRNxXzzINIv +dsFdtYVIDeZLqT3ayk+qFhGHOLtWahfr9UDCdONt4BflQ2AfVGjs27H70O3bU0e6GoH w0ZA== MIME-Version: 1.0 Received: by 10.182.51.37 with SMTP id h5mr37453249obo.35.1343918302093; Thu, 02 Aug 2012 07:38:22 -0700 (PDT) Received: by 10.182.81.38 with HTTP; Thu, 2 Aug 2012 07:38:21 -0700 (PDT) In-Reply-To: <1343914212.21907.140661109812829.3781BABF@webmail.messagingengine.com> References: <1343830944.1125.140661109356493.0D3C7E1E@webmail.messagingengine.com> <1343914212.21907.140661109812829.3781BABF@webmail.messagingengine.com> Date: Thu, 2 Aug 2012 16:38:21 +0200 Message-ID: Subject: Re: Test failure (make check) in etap/190-json-stream-parse.t From: CGS To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=f46d04447f6d00e1ca04c6495d3d --f46d04447f6d00e1ca04c6495d3d Content-Type: text/plain; charset=ISO-8859-1 It seems like your version JSON may skip \u0005 (but I may be wrong) and here I cannot help anymore because I have no idea how to debug that. Sorry. Maybe someone more knowledgeable will step up and clarify the problem. CGS On Thu, Aug 2, 2012 at 3:30 PM, Erik Timan wrote: > On Wed, Aug 1, 2012, at 17:38, CGS wrote: > > It looks to me you need to work in UTF8 environment (I might be wrong > > though). For that, check the output of `echo $LANG'. That will tell you > > if > > you are working with UTF8 environment. If not, you can set it with > > `export > > LANG="your_language.utf8"' (replace "your_language" with your environment > > language; for C-shell variants, use setenv). > > > > CGS > > I've tried setting both LANG and LC_ALL & friends to use UTF-8, but it > seems to make no difference. I can see that it makes a difference for > the Erlang shell when running io:getopts(), but the test seems > unaffected. > > Erik > --f46d04447f6d00e1ca04c6495d3d--