On Wed, Feb 06, 2008 at 04:49:57PM +0000, Andrew Suffield wrote: > And about the only other thing I can think of is some kind of funky > whitespace-that-isn't-really-whitespace (unicode weirdness or > something).
It might be a good idea to nip that in the bud before somebody actually does it. This should do the trick (in read_a_line, I think): fatal_error "Non-ASCII gunk in file" if /[^\s[:print:]]/ ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Shorewall-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/shorewall-users
