>> # my url is looking like that "25-еннщшо ор зьлыв"
> I don't think you can have those characters in a URL. And URL's should not
> have spaces.
I think it's already possible to have those chars in urls, even in the
domain part.
Does anyone here use chars in urls, outside of the ascii set?
Is i
Correct. You'd need to url encode those characters...
http://docs.python.org/library/urllib.html#urllib.urlencode
and then use the 'unquote' to get back the original characters.
On Monday, April 9, 2012 8:29:43 PM UTC-7, pbreit wrote:
>
> I don't think you can have those characters in a URL. And
2 matches
Mail list logo