Package : perl-Jcode > RPM : perl-Jcode-2.70.0-23.mga8.src.rpm
Basic items
Name | perl-Jcode |
Version | 2.70.0 |
Release | 23.mga8 |
URL | https://metacpan.org/release/Jcode |
Group | Development/Perl |
Summary | Japanese Charset Handle |
Size | 299KB |
Arch | armv7hl |
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 8 |
Media name | core-release |
Media arch | i586 |
Advanced items
Source RPM | NOT IN DATABASE ?! |
Build time | 2020-06-17 21:43:28 |
Changelog | View in Sophie |
Files | View in Sophie |
Dependencies | View in Sophie |