You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Benoit Chesneau (JIRA)" <ji...@apache.org> on 2008/09/04 00:35:44 UTC

[jira] Updated: (COUCHDB-113) prblem with unicode in url parameters

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

Benoit Chesneau updated COUCHDB-113:
------------------------------------


mmm please close it, it was a bug in my application. Sorry for the noise :/

> prblem with unicode in url parameters
> -------------------------------------
>
>                 Key: COUCHDB-113
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-113
>             Project: CouchDB
>          Issue Type: Bug
>          Components: HTTP Interface
>    Affects Versions: 0.8.1
>         Environment: osx 10.5
>            Reporter: Benoit Chesneau
>
> I trying to pass the key ["40c71da841a985dad0f34fa56cad5c4c", "je_mange_du_riz_yéyé"] in the view but never get result. I tried tis urls : 
> http://127.0.0.1:5984/couchit/_view/page/by_slug?key=%5B%2240c71da841a985dad0f34fa56cad5c4c%22%2C+%22je_mange_du_riz_y%5Cu00e9y%5Cu00e9%22%5D
> 'je_mange_du_riz_yéyé' is encoded in raw unicode : je_mange_du_riz_y\u00e9y\u00e9 like I get from the json feed in futon.
> I also tryed to pass directly the url :
> http://127.0.0.1:5984/couchit/_view/page/by_slug?key=%5B%2240c71da841a985dad0f34fa56cad5c4c%22%2C+%22je_mange_du_riz_y%C3%A9y%C3%A9%22%5D
> (so yéyé isn't in raw unicode) but same result. Any idee how to solve it. Did I do something wrong ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.