Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

RE: Character sets: converting to UTF8 with Perl 5.6?

by Anonymous Monk
on Nov 01, 2000 at 17:31 UTC ( [id://39406]=note: print w/replies, xml ) Need Help??


in reply to Character sets: converting to UTF8 with Perl 5.6?

use Text::Iconv. This is much more reliable under 5.6 than the various Unicode::* modules out there, although you have to patch it with s/sv_undef/PL_sv_undef/g, and ignore the test failures. (I've mailed the author on this and other issues). The other problem with the Map8 stuff is that the character set choices are case sensitive, which is a total pain in the ass when working with unknown sources of information.
  • Comment on RE: Character sets: converting to UTF8 with Perl 5.6?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (2)
As of 2024-04-18 23:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found