Пакет guessencoding: Информация

    Исходный пакет: guessencoding
    Версия: 1.4-alt1_4jpp7
    Собран:  17 сентября 2012 г. 20:21
    Категория: Разработка/Java
    Сообщить об ошибке в пакете
    Домашняя страница: http://docs.codehaus.org/display/GUESSENC/

    Лицензия: ASL 2.0
    О пакете: Guess encoding of files and return configured reader
    Описание: 
    The purpose of this library is to "guess" the encoding of files, and retrieve
    a reader that is properly configured to use the right encoding as guessed.
    The library is able to recognize the various Unicode encoding variants:
    
        * UTF-8
        * UTF-16LE - Low Endian
        * UTF-16BE - Big Endian
        * UTF-32
    
    If a Unicode encoding isn't recognized, it's an 8-bit encoding. If the 8-bit
    encoding is not US-ASCII, the default platform 8-bit encoding is assumed
    whatever it is. However, the library cannot guess between different 8-bit
    encodings. Only statistical analysis, n-grams and similar techniques specific
    to each language used in those files can help guessing the encoding, but this
    is not supported by the library.

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

    Сопровождающий: Igor Vlasenko

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

    Права:
    Igor Vlasenko
    @everybody

      1. apache-commons-io
      2. maven
      3. maven-compiler-plugin
      4. maven-dependency-plugin
      5. maven-install-plugin
      6. /proc
      7. maven-jar-plugin
      8. maven-javadoc-plugin
      9. maven-release-plugin
      10. maven-resources-plugin
      11. maven-surefire-plugin
      12. maven-surefire-provider-junit4
      13. jpackage-compat
      14. jpackage-utils
      15. junit

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


    17 сентября 2012 г. Igor Vlasenko 1.4-alt1_4jpp7
    - new version