in reply to Re: sring encode problem (hexadecimal)
in thread sring encode problem (hexadecimal)
#!/usr/bin/perl use HTML::Entities; $string="€"; $encoded = encode_entities_numeric($string, '<>&"'); print $encoded;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: sring encode problem (hexadecimal)
by JavaFan (Canon) on Jan 19, 2011 at 11:50 UTC | |
by courierb (Novice) on Jan 20, 2011 at 05:16 UTC | |
by JavaFan (Canon) on Jan 20, 2011 at 09:59 UTC | |
by courierb (Novice) on Jan 20, 2011 at 14:36 UTC | |
by JavaFan (Canon) on Jan 20, 2011 at 19:31 UTC | |
by Anonymous Monk on Jan 19, 2011 at 13:24 UTC | |
by JavaFan (Canon) on Jan 19, 2011 at 14:00 UTC |