Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.
/ rchardet-omer-fork Public archive
forked from Omer/rchardet

fork of prerebased original

License

Notifications You must be signed in to change notification settings

fac/rchardet-omer-fork

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Release Process
===============

This is a FreeAgent maintained fork.

This Gem is owned and managed by the Dev Platform team. Released to github packages (https://github.com/fac/rchardet/packages).

Packaging is handled by Jenkins, to push a new release:

* Create a PR that increases the version in `version.rb`.
* Get that reviewed and approved.
* Merge, on successful build Jenkins will package the gem and release it to github packages.
* Update the bundles for any applications using this gem.

You can track builds in slack, #rchardet-ci (https://freeagent.slack.com/channels/rchardet-ci). Track releases in #gem-release (https://freeagent.slack.com/channels/gem-release).

See Internal Gems (https://www.notion.so/freeagent/Internal-gems) for more detail.

rCharDet
=========
rCharDet is a character encoding detection library for ruby and the implementation is based
on Mozilla Charset Detectors. This is a forked project in a effort to make it Ruby 1.9 compatible

Usage:
    require 'rubygems'
    require 'rchardet'

    cd = CharDet.detect(some_data)
    encoding = cd['encoding']
    confidence = cd['confidence'] # 0.0 <= confidence <= 1.0

Project page: 
    http://rubyforge.org/projects/rchardet

    Made for rFeedParser <http://rfeedparser.rubyforge.org>.

Packages

 
 
 

Languages

  • Ruby 100.0%