[ic] ~ in filename

René Hertell interchange-users@icdevgroup.org
Mon Jun 17 11:21:14 2002


> Try to add the tilde to this variable assignment in Util.pm:
>
> $ESCAPE_CHARS::ok_in_filename =
> 		'ABCDEFGHIJKLMNOPQRSTUVWXYZ' .
> 		'abcdefghijklmnopqrstuvwxyz' .
> 		'0123456789'				 .
> 		'-:_.$/'
> 	;

Thanks! This works great :) Would it not be an idea to add the tilde
permanently to the Util.pm?


René