Package : perl-Jcode > RPM : perl-Jcode-2.70.0-29.mga10.src.rpm
Basic items
Name | perl-Jcode |
Version | 2.70.0 |
Release | 29.mga10 |
URL | https://metacpan.org/release/Jcode |
Group | Development/Perl |
Summary | Japanese Charset Handle |
Size | 356KB |
Arch | aarch64 |
License | GPL+ or Artistic |
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().
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().
Media information
Distribution release | Mageia cauldron |
Media name | core-release |
Media arch | i586 |
Advanced items
Source RPM | NOT IN DATABASE ?! |
Build time | 2024-08-23 00:07:00 |
Changelog | View in Sophie |
Files | View in Sophie |
Dependencies | View in Sophie |