Package guessencoding: Information

Danger alert: Package removed from sisyphus repository

Removed in the task: #301905
Package removed: Igor Vlasenko
Deletion date: June 12, 2022
Message: java11migration
    Source package: guessencoding
    Version: 1.4-alt2_19jpp8
    Build time:  Feb 14, 2020, 06:13 AM in the task #246196
    Report package bug
    License: ASL 2.0
    Summary: Guess encoding of files and return configured reader
    Description: 
    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.

    List of rpms provided by this srpm:
    guessencoding (noarch)
    guessencoding-javadoc (noarch)

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko

    ACL:
    Igor Vlasenko
    @everybody

      1. maven-local
      2. /proc
      3. /proc
      4. jpackage-1.8-compat
      5. rpm-build-java
      6. rpm-macros-java

    Last changed


    Jan. 29, 2020 Igor Vlasenko 1.4-alt2_19jpp8
    - fc update
    May 25, 2019 Igor Vlasenko 1.4-alt2_17jpp8
    - new version
    Feb. 5, 2019 Igor Vlasenko 1.4-alt2_16jpp8
    - fc29 update