Name : perl-Jcode
| |
Version : 2.07
| Vendor : obs://build_opensuse_org/home:csbuild
|
Release : 1.6
| Date : 2015-06-12 09:40:35
|
Group : Development/Libraries/Perl
| Source RPM : perl-Jcode-2.07-1.6.src.rpm
|
Size : 0.43 MB
| |
Packager : (none)
| |
Summary : Jcode - 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/home:/csbuild:/Perl/CentOS_CentOS-6/noarch |