Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Decoding unicode entities with HTML::Parser

by ikegami (Patriarch)
on Apr 09, 2008 at 10:09 UTC ( [id://679193]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use HTML::Entities qw( _decode_entities );
    
    ...
    my $x = "ř";
    _decode_entities($x, {});
    print("$x\n");
    
  2. or download this
    >this_perl script.pl
    1
    ...
    >that_perl script.pl
    0
    ř
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://679193]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (6)
As of 2024-04-24 12:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found