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

    Исходный пакет: perl-Text-WrapI18N
    Версия: 0.06-alt2
    Собран:  2 июля 2021 г. 18:54
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.cpan.org

    Лицензия: Artistic
    О пакете: Line wrapping module with support for multibyte, fullwidth,
    Описание: 
    This module intends to be a better Text::Wrap module.
    This module is needed to support multibyte character encodings such
    as UTF-8, EUC-JP, EUC-KR, GB2312, and Big5.  This module also supports
    characters with irregular widths, such as combining characters (which
    occupy zero columns on terminal, like diacritical marks in UTF-8) and
    fullwidth characters (which occupy two columns on terminal, like most
    of east Asian characters).  Also, minimal handling of languages which
    doesn't use whitespaces between words (like Chinese and Japanese) is
    supported.
    
    Like Text::Wrap, hyphenation and "kinsoku" processing are not supported,
    to keep simplicity.
    
    *wrap(firstheader, nextheader, texts)* is the main subroutine of
    Text::WrapI18N module to execute the line wrapping.  Input parameters
    and output data emulate Text::Wrap.  The texts have to be written in
    locale encoding.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    perl-Text-WrapI18N (noarch)

    Сопровождающий: Vitaly Lipatov

    Список участников:
    Vitaly Lipatov

      1. perl-Text-CharWidth
      2. perl-devel

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


    6 сентября 2008 г. Vitaly Lipatov 0.06-alt2
    - fix directory ownership violation
    - disable man packaging
    17 февраля 2006 г. Vitaly Lipatov 0.06-alt1
    - first build for ALT Linux Sisyphus