perl - How do I install Encode::HanExtra for ActivePerl? -


i want enable encode::hanextra on windows xp environment. can't find name hanextra or encode-hanextra in ppm gui. there alias name it?

encode-hanextra exist according this page there no windows build. options:

  • encode::cnmap can convert between many different chinese encodings (gb2312, big5, utf8, gbk). activeperl name encode-cnmap.

  • there activeperl version of encode::cn::utility can convert characters between hanzi, gbk , unicode/utf-8. activeperl name encode-cn-utility.

  • you install strawberry perl instead of activeperl. community distribution of perl windows uses cpan, module on cpan can installed (except platform-dependent modules). after installing run cpan encode::hanextra.

  • you build own ppm version of encode::hanextra (not recommended)


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -