GitHub user davisp opened a pull request:

    https://github.com/apache/couchdb-couch/pull/202

    Fix CouchJS character replacement

    This was a bad backport from an old bug. We accidentally backed up when
    looking at the second half of a surrogate pair. Instead the backup
    should only happen when we see a low half of a surrogate pair with no
    preceding high half.
    
    COUCHDB-3173

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cloudant/couchdb-couch 
3173-fix-couchjs-character-replacement

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/couchdb-couch/pull/202.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 #202
    
----
commit 37d3778172ca354f124334edf13bc09d9abc28bc
Author: Paul J. Davis <[email protected]>
Date:   2016-10-04T14:45:36Z

    Fix CouchJS character replacement
    
    This was a bad backport from an old bug. We accidentally backed up when
    looking at the second half of a surrogate pair. Instead the backup
    should only happen when we see a low half of a surrogate pair with no
    preceding high half.
    
    COUCHDB-3173

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to