Пакет perl-Jcode: Информация

    Исходный пакет: perl-Jcode
    Версия: 2.07-alt1.1
    Собран:  25 ноября 2010 г. 5:40
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.cpan.org

    Лицензия: Artistic
    О пакете: Japanese Charset Handler
    Описание: 
    <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-пакетов, предоставляемых данным srpm-пакетом:
    perl-Jcode (noarch)

    Сопровождающий: Slava Dubrovskiy

    Список участников:
    Igor Vlasenko
    Slava Dubrovskiy

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

    Последнее изменение


    24 ноября 2010 г. Igor Vlasenko 2.07-alt1.1
    - repair after perl 5.12 upgrade using girar-nmu
    11 сентября 2008 г. Slava Dubrovskiy 2.07-alt1
    - New version
    22 ноября 2006 г. Slava Dubrovskiy 2.06-alt1
    - first build for ALT Linux Sisyphus