On Fri, Jul 11, 2003 at 10:32:25AM +0200, Bud P. Bruegger wrote:
> But the functions you pointed me to don't affect accented characters,
> umlauts, etc.
These functions are for *html* quoting. If you need *URL* quoting you
need urllib.quote, urllib.quote_plus or quixote.html.url_quote.
Oleg.
--
Oleg Broytmann http://phd.pp.ru/ phd@phd.pp.ru
Programmers don't die, they just GOSUB without RETURN.