[
https://issues.apache.org/jira/browse/COUCHDB-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15259279#comment-15259279
]
ASF GitHub Bot commented on COUCHDB-1425:
-----------------------------------------
GitHub user iilyak opened a pull request:
https://github.com/apache/couchdb-couch/pull/168
Undo our character advancement when we fixup
We should undo our character advancement after we finish fixup.
COUCHDB-1425
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cloudant/couchdb-couch
1425-fix-character-advancement
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-couch/pull/168.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #168
----
commit e142672d33ace391f6ded1a3c2dfe3db0955028c
Author: ILYA Khlopotov <[email protected]>
Date: 2016-04-27T00:35:03Z
Undo our character advancement when we fixup
We should undo our character advancement after we finish fixup.
COUCHDB-1425
----
> 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
> Assignee: ILYA
> Fix For: 1.5.0
>
> Attachments: couchjs_input.txt, main-echo.js, 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 was sent by Atlassian JIRA
(v6.3.4#6332)