list and show responses should send utf-8 by default
----------------------------------------------------
Key: COUCHDB-392
URL: https://issues.apache.org/jira/browse/COUCHDB-392
Project: CouchDB
Issue Type: Bug
Components: JavaScript View Server
Reporter: Chris Anderson
Fix For: 0.10
we get this wrong currently, making unicode characters display as gibberish by
default in most browsers. It's as simple as making the response headers include:
"Content-type":"text/html; charset=utf-8"
so that the browser understands what we're sending. We always work in utf-8 so
this should be the default.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.