SV: [Zope] urlquote?
30 Jun
2000
30 Jun
'00
12:03 p.m.
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
30 Jun
30 Jun
1:23 p.m.
New subject: [Zope] SV: [Zope] urlquote?
On Fri, 30 Jun 2000, Magnus Heino (Rivermen) wrote:
Am I doing anything wrong? :-P
Are you using this within Zope? Then you could do: <dtml-var the_variable url_quote> If I'm not mistaken, Zope also has sql_quote and html_quote.
9410
Age (days ago)
9410
Last active (days ago)
1 comments
2 participants
participants (2)
-
Erik Enge -
Magnus Heino (Rivermen)