Name : perl-Jcode
| |
Version : 2.70.0
| Vendor : Mageia_Org
|
Release : 27.mga9
| Date : 2022-06-07 13:19:14
|
Group : Development/Perl
| Source RPM : perl-Jcode-2.70.0-27.mga9.src.rpm
|
Size : 0.20 MB
| |
Packager : neoclust < neoclust>
| |
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().
|
RPM found in directory: /vol/rzm3/linux-mageia/distrib/9/i586/media/core/release |