How does CouchDB handle UTF-8?

Posted by borghe on Stack Overflow See other posts from Stack Overflow or by borghe
Published on 2010-03-18T12:17:09Z Indexed on 2010/03/18 12:21 UTC
Read the original article Hit count: 117

Filed under:
|

I'm quite puzzled by CouchDB: if I send a PUT request with some JSON string fields encoded as UTF-8, the non 7 bit ASCII characters get converted to the "\uXXXX" escape sequence. Is there any way to tell it not to escape UNICODE?

© Stack Overflow or respective owner

Related posts about couchdb

Related posts about utf-8