Unicode characters' slash is escaped when entering into a single field
----------------------------------------------------------------------

                 Key: COUCHDB-1414
                 URL: https://issues.apache.org/jira/browse/COUCHDB-1414
             Project: CouchDB
          Issue Type: Bug
          Components: Futon
         Environment: Tested in Chromium 18
            Reporter: Sam Bisbee
            Priority: Minor


The Problem:
When entering a Unicode character into a document with Futon's Fields view (not 
whole doc) the back slash is escaped, thereby breaking the Unicode character. 
This does not happen in the Source view.

Steps to Reproduce:
1. Create or open a document.
2. Add "\u2708" to the value of a field.
3. Save the document.

Expected Result:
The field's value should be "\u2708"

Actual Result:
The field's value is "\\u2708"

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to