RipcordSoftware / AvanceDB

An in-memory database based on the CouchDB REST API and containing the CouchDB Futon and Fauxton web sites
GNU Affero General Public License v3.0
161 stars 12 forks source link

Inbound and outbound JSON should handle UTF-8 encodings #38

Closed craigminihan closed 8 years ago

craigminihan commented 9 years ago

Currently characters are handled as 8bit. No encoding is performed. This is likely to be an issue for JSON encoded unicode chars - for example: /ubaad.

craigminihan commented 8 years ago

See also RipcordSoftware/libjsapi#9

craigminihan commented 8 years ago

Added in 60396bcef506e5d50a358e8f8a600330d31ec823