You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Chris Anderson (JIRA)" <ji...@apache.org> on 2009/11/30 06:27:20 UTC

[jira] Closed: (COUCHDB-392) list and show responses should send utf-8 by default

     [ https://issues.apache.org/jira/browse/COUCHDB-392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Anderson closed COUCHDB-392.
----------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 0.11)
                   0.10

I fixed this a while back, but forgot to close the ticket.

> 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.