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. Btw, I'm using a python client which gives me this error: "'ascii' codec can't decode byte 0xc3".