[Zope] '~' in StructuredText links?

Lutz.Ehrlich@EMBL-Heidelberg.de Lutz.Ehrlich@EMBL-Heidelberg.de
Mon, 8 Mar 1999 14:27:33 +0100 ('MET)


Hi Zopists,


using StructuredText 
 ($Id: StructuredText.py,v 1.11 1999/02/08 18:13:12 klm Exp $)
for content generation, I find that I can't include tilde (~) characters in
hyperlinks, i.e. a  string like 

	"brabbel":http://www.embl-heidelberg.de/~ehrlich.

is not mapped to 
	
	<p><a href="http://www.embl-heidelberg.de/~ehrlich">brabbel</a>.</p>

but output as literal 

	<p>"brabbel":http://www.embl-heidelberg.de/~ehrlich</p>.
				
I tried to fix StructuredText,StructuredText.__init__ by inserting '~' into
the gsub statements. No success whatsoever...

As I couldn't find this entry neither in the Collector nor in the archive,
I wonder whether somebody has a patch sitting somewhere?

Cheers,
	Lutz

Ps: Congratulations to the people at Digicool. Keep up the great work! 

______________________________________________________________________

Lutz Ehrlich		 web  : http://www.embl-heidelberg.de/~ehrlich
			 email:	lutz.ehrlich@embl-heidelberg.de

European Molecular Biology Laboratory		phone: +49-6221-387-140
Meyerhofstr. 1					fax  : +49-6221-387-517
D-69012 Heidelberg, Germany