[ic] ~ in filename

Stefan Hornburg Racke interchange-users@icdevgroup.org
Mon Jun 17 10:00:00 2002


René Hertell <interchange-users@hertell.com> writes:

> Hi list,
> 
> Is there any option that would enable interchange to accept a ~ (tilde) in a
> filename? I'm using HomeSite as an html-editor, and it creates a temp file
> with a ~ in the filename (hs~index.html) when I use the built-in preview.
> Now I get the "file not found" error instead of the file.

Try to add the tilde to this variable assignment in Util.pm:

$ESCAPE_CHARS::ok_in_filename =
		'ABCDEFGHIJKLMNOPQRSTUVWXYZ' .
		'abcdefghijklmnopqrstuvwxyz' .
		'0123456789'				 .
		'-:_.$/'
	;


Ciao
        Racke

-- 
Interchange Consulting