Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 055589FD1 for ; Wed, 6 Mar 2013 12:24:16 +0000 (UTC) Received: (qmail 58130 invoked by uid 500); 6 Mar 2013 12:24:14 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 57440 invoked by uid 500); 6 Mar 2013 12:24:14 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 57235 invoked by uid 99); 6 Mar 2013 12:24:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Mar 2013 12:24:14 +0000 Date: Wed, 6 Mar 2013 12:24:14 +0000 (UTC) From: "Jan Lehnardt (JIRA)" To: dev@couchdb.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (COUCHDB-1425) Emitting UTF-8 chars >= 0xD800 in JS map stops design doc from indexing MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/COUCHDB-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13594647#comment-13594647 ] Jan Lehnardt commented on COUCHDB-1425: --------------------------------------- ah, darn, does the query server spec run without your change without errors? that file is a bit under-maintained. I was thinking a test for the js test suite under share/www/script/test/ Alternatively, the Erlang tests under test/etap/ Thanks for your help! > Emitting UTF-8 chars >= 0xD800 in JS map stops design doc from indexing > ----------------------------------------------------------------------- > > Key: COUCHDB-1425 > URL: https://issues.apache.org/jira/browse/COUCHDB-1425 > Project: CouchDB > Issue Type: Bug > Components: JavaScript View Server > Affects Versions: 1.1.1 > Environment: Mac OS 10.6.8, but not sure that matters. > Reporter: Jim Klo > Attachments: utf8.c.diff > > > Was trying determine UTF-8 Char collation, using the following Gist: https://gist.github.com/1904807 > It turns out that once the view gets to the document that would emit "\uD800", the view server times out and stops indexing that design document. > This seems like a bug, since I can 'store' a document with UTF-8 chars >= 0xD800, but one cannot emit a key with that char in the string. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira