in reply to Re^2: Convert HTML symbols to equivalent Unicode
in thread Convert HTML symbols to equivalent Unicode
Hello,
I wants to numeric entities but below code will display Ã
i need ex: © how can i get this output.
my $encoded = HTML::Entities::encode_numeric($val, '^\n\x20-\x25\x27-\x7e');
Thanks,
Umesh