Re: email link and foreign accent

2005-07-04 Thread Vittorio
Vittorio <[EMAIL PROTECTED]> wrote in news:Xns96896D46D9DCCSoToSpeak@ 195.110.128.18: > Thanks Peter for replying. > This is an example of the output of repr(x) as you requested: > > '[EMAIL PROTECTED]' > > Results: > link opened from IE6->Outlook: it works > link opened from IE6->Pocomail: it w

Re: email link and foreign accent

2005-07-04 Thread Vittorio
Peter Hansen <[EMAIL PROTECTED]> wrote in news:6f-dnTSTQazBSlvfRVn- [EMAIL PROTECTED]: > Vittorio wrote: >> print"""mailto:%s";>""" %(campovalore.encode('iso-8859-1')) >> print campovalore.encode('iso-8859-1') >> print "" >> > It might help if you showed us the output of "repr(x)" where x is

Re: email link and foreign accent

2005-07-02 Thread Peter Hansen
Vittorio wrote: > print"""mailto:%s";>""" %(campovalore.encode('iso-8859-1')) > print campovalore.encode('iso-8859-1') > print "" > > campovalore is an email address with special (italian) characters. > [snip] > Any suggestion is welcome, It might help if you showed us the output of "repr(x)

email link and foreign accent

2005-07-02 Thread Vittorio
Hi, I have one problem ( I am a python beginner) in a cgi: print"""mailto:%s";>""" %(campovalore.encode('iso-8859-1')) print campovalore.encode('iso-8859-1') print "" campovalore is an email address with special (italian) characters. >From IE6 everything is fine and the link launches my p