Package : perl-Jcode
Package details
Summary: Japanese Charset Handle
Description:
Jcode.pm supports both object and traditional approach. With object approach,
you can go like;
$iso_2022_jp = Jcode->new($str)->h2z->jis;
Which is more elegant than;
$iso_2022_jp = &jcode::convert(\$str,'jis',jcode::getcode(\str), "z");
For those unfamiliar with objects, Jcode.pm still supports getcode() and
convert().
URL: https://metacpan.org/release/Jcode
License: GPL+ or Artistic
Maintainer: nobody
Description:
Jcode.pm supports both object and traditional approach. With object approach,
you can go like;
$iso_2022_jp = Jcode->new($str)->h2z->jis;
Which is more elegant than;
$iso_2022_jp = &jcode::convert(\$str,'jis',jcode::getcode(\str), "z");
For those unfamiliar with objects, Jcode.pm still supports getcode() and
convert().
URL: https://metacpan.org/release/Jcode
License: GPL+ or Artistic
Maintainer: nobody
List of RPMs
- perl-Jcode-2.70.0-23.mga8.i586.rpm (Mageia 8, i586 media, core-release) Install