url encode latin-1 characters

2006-07-23 Thread Lurker
I want send latin-1 string to web server by url parameter

urllib.quote return just symbol code with preceeding percent for every
non-ascii character:
#>ustr = 'Ü'
#>urllib.quote(ustr)
'%9A'

but this seems to be wrong because server response contains my
parameter and it differ from original (for example 'Ü' became '[')

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Intellisense and the psychology of typing

2005-05-28 Thread Lurker
"James D Carroll" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]

> if I have to type 'boolean' instead of  'boo' I get real cranky real
fast.

Why? Is your programming speed really limited by the difference
between typing "lean" and hitting ? If typing speed is
the limitation - go get some touch-typing courses.


-- 
http://mail.python.org/mailman/listinfo/python-list