[Zope] SV: [Zope] urlquote?

Magnus Heino (Rivermen) magnus.heino@rivermen.se
Fri, 30 Jun 2000 14:03:52 +0200


> in module 'urllib'
> 
> quote (string[, safe])
> Replace special characters in string using the "%xx" escape. 

Doesn't work like that here.

>>> import urllib
>>> urllib.quote('lösning')
'l\366sning'


Am I doing anything wrong? :-P

/Magnus