Name : perl-Jcode
| |
Version : 2.70.0
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 150500.1.1
| Date : 2024-07-23 23:11:17
|
Group : Unspecified
| Source RPM : perl-Jcode-2.70.0-150500.1.1.src.rpm
|
Size : 0.05 MB
| |
Packager : https://www_suse_com/
| |
Summary : Japanese Charset Handler
|
Description :
*< Japanese document is now available as Jcode::Nihongo.>>*
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 = $str; &jcode::convert(\\$iso_2022_jp, \'jis\', &jcode::getcode(\\$str), \"z\");
For those unfamiliar with objects, Jcode.pm still supports \'getcode()\' and \'convert().\'
If the perl version is 5.8.1, Jcode acts as a wrapper to Encode, the standard charset handler module for Perl 5.8 or later.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/SLE_15_SP5/x86_64 |