> 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