From dev-return-25444-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Wed Feb 27 13:37:14 2013 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 B3B77DCC6 for ; Wed, 27 Feb 2013 13:37:14 +0000 (UTC) Received: (qmail 23307 invoked by uid 500); 27 Feb 2013 13:37:13 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 23216 invoked by uid 500); 27 Feb 2013 13:37:13 -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 23185 invoked by uid 99); 27 Feb 2013 13:37:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Feb 2013 13:37:13 +0000 Date: Wed, 27 Feb 2013 13:37:13 +0000 (UTC) From: "Benoit Chesneau (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=13588329#comment-13588329 ] Benoit Chesneau commented on COUCHDB-1425: ------------------------------------------ sounds good for me. > 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