Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: High-bit ISO Lating character conversion problem.

by true (Pilgrim)
on Sep 06, 2003 at 18:31 UTC ( [id://289492]=note: print w/replies, xml ) Need Help??


in reply to High-bit ISO Latin character conversion problem.

finally got sick of trying stuff. Downloaded the source for HTML::Entities from my Linux machine. Stuck the Entities.pm file in the same directory as my perl script on my Win32. and did this:
#!/usr/bin/perl use HTML::Entities; my $input = <<EOM; “And all was well with the ‘ol’ world!” drüben, Straße EOM print encode_entities($input); exit;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (5)
As of 2024-04-20 00:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found