in reply to Re^3: HTML::Entities not encoding @ or .
in thread HTML::Entities not encoding @ or .
} else { # Encode control chars, high bit chars and '<', '&', '>', ''' and +'"' $$ref =~ s/([^\n\r\t !\#\$%\(-;=?-~])/$char2entity{$1} || num_enti +ty($1)/ge; }
|
|---|