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,
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: MacRoman <->Latin1
by Courage (Parson) on Jul 20, 2002 at 16:10 UTC | |
by axelrose (Scribe) on Jul 20, 2002 at 17:29 UTC | |
by Courage (Parson) on Jul 20, 2002 at 19:53 UTC |