- or download this
Input: £ (IS UTF8? No)
Decoded: ? (IS UTF8? Yes)
...
Entities input: £
Entities decoded: £
Entities encoded: £
- or download this
Input: £
Decoded: £
Encoded: £
- or download this
Input: £
Decoded: £
Encoded: £
- or download this
#!/usr/bin/perl
use strict;
...
my $ent_encode = encode_entities($octets);
print "Entities encoded: $ent_encode<br>\n";
}#if