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

    Исходный пакет: pear-I18N_UnicodeNormalizer
    Версия: 1.0.0-alt3
    Последняя версия по данным Repology
    Собран:  20 июня 2008 г. 4:09
    Сообщить об ошибке в пакете
    Домашняя страница: http://pear.php.net/package/I18N_UnicodeNormalizer

    Лицензия: The BSD License
    О пакете: Unicode Normalizer
    Описание: 
    "...Unicode's normalization is the concept of character composition and
    decomposition.
    Character composition is the process of combining simpler characters into
    fewer precomposed characters, such as the n character and the combining ~
    character into the single n+~ character. Decomposition is the opposite
    process, breaking precomposed characters back into their component
    pieces...
    ...Normalization is important when comparing text strings for searching
    and sorting (collation)..." [Wikipedia]
    Performs the 4 normalizations:
    NFD: Canonical Decomposition NFC:  Canonical Decomposition, followed by
    Canonical Composition NFKD: Compatibility Decomposition NFKC: Compatibility
    Decomposition, followed by Canonical Composition Complies with the official
    Unicode.org regression test.
    Uses UTF8 binary strings natively but can normalize a string in any UTF
    format.
    Fully tested with phpUnit. Code coverage test close to 100%.

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

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

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

    Права:
    Vitaly Lipatov
    @qa

      1. rpm-build-pear
      2. pear-core

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


    20 июня 2008 г. Vitaly Lipatov 1.0.0-alt3
    - autorebuild for correct requires(pre) (see bug #16086)
    10 января 2008 г. Vitaly Lipatov 1.0.0-alt2
    - update according to rpm-build-pear 0.3
    5 января 2008 г. Vitaly Lipatov 1.0.0-alt1
    - initial build for ALT Linux Sisyphus