Multilingual Web Addresses (Was: Re: [web2py] Re: process args)

2012-04-21 Thread Ricardo Pedroso
>> # 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

[web2py] Re: process args

2012-04-11 Thread Derek
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