Package perl-Jcode: Information

Source package: perl-Jcode
Version: 2.07-alt1.1
Build time:  Sep 19, 2021, 04:44 AM
Category: Development/Perl
Report package bug
License: Artistic
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.

List of rpms provided by this srpm:
perl-Jcode (noarch)

Maintainer: Slava Dubrovskiy

List of contributors:
Igor Vlasenko
Slava Dubrovskiy

    1. perl-Encode-JP
    2. perl-devel

Last changed


Nov. 24, 2010 Igor Vlasenko 2.07-alt1.1
- repair after perl 5.12 upgrade using girar-nmu
Sept. 11, 2008 Slava Dubrovskiy 2.07-alt1
- New version
Nov. 22, 2006 Slava Dubrovskiy 2.06-alt1
- first build for ALT Linux Sisyphus