On 12 January 2014 19:45, Hakim Benoudjit <h.benoud...@gmail.com> wrote:
> hi,
>
> what's the correct type used to store urls, which can contain some
> encoded unicode caracters in the form '%<some-digits>'. Because, the
> string type returns an error when I try to store these urls.

Please provide more details as that should not be the case.

> Btw, I'm using a python client which gives me this error: "'ascii'
> codec can't decode byte 0xc3".

That is a different issue having to do with Python, and the proper
handling of Unicode strings. Try searching Google, or asking on a
Python list.

Regards,
Gora

Reply via email to