Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: XML::Simple and ISO-8859-1 encoding buggy?

by ikegami (Patriarch)
on May 27, 2021 at 21:21 UTC ( [id://11133175]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use 5.014;
    use warnings;
    ...
    my $doc = XMLin($xml, ForceArray => 1,KeyAttr => [ ]);
    
    say sprintf "%vX", $doc;
    
  2. or download this
    $ perl a.pl a_latin1.xml
    E9
    
    $ perl a.pl a_utf8.xml
    E9
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (3)
As of 2024-04-26 06:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found