![]() |
|
There's more than one way to do things | |
PerlMonks |
MacRoman <->Latin1by axelrose (Scribe) |
on Jul 20, 2002 at 15:02 UTC ( #183601=perlquestion: print w/replies, xml ) | Need Help?? |
axelrose has asked for the wisdom of the Perl Monks concerning the following question: Dear monks, I wanted to use Perl modules to cleanly convert between MacRoman and Latin1 texts. After some reading in the new Perl & XML book I thought I could use Unicode::String. It includes all utf variants and latin1 but no macroman. The next module checked was XML::Encoding. It contains a lot of mappings but also lacks a macroman encoding. I could of course write my own translation table but rather utilize standard maps and modules, i.e. macroman->utf8->latin1 would be the perfect solution. Has anybody already solved this task? Thanks,Axel
Back to
Seekers of Perl Wisdom
|
|