Converting codepages to UTF8





Hello,

Is there a Perl module which implements converting of codepages
(such as you get when running "chcp" in a command prompt) to UTF8?
Something that allows me to specify, for example, codepage 437 and
then converting it to UTF8. I've looked through the documentation for
the module Encode, but it doesn't seem to deal with codepages at all.

Thank you for any information you can provide that will nudge me in
the
right direction.


Best regards,
Angela Druss

.



Relevant Pages

  • Re: Converting codepages to UTF8
    ... Is there a Perl module which implements converting of codepages ... then converting it to UTF8. ... but it doesn't seem to deal with codepages at all. ... The resulting string will be in Perl's Unicode format -- keep in mind that while Perl uses UTF-8 internally, Perl treats Unicode strings differently from strings of raw UTF-8 octets. ...
    (comp.lang.perl.misc)
  • Re: Converting codepages to UTF8
    ... command prompt) to UTF8? ... specify, for example, codepage 437 and then converting ... codepages at all. ... chcp is a command to change the parameters of the display. ...
    (comp.lang.perl.misc)