Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/go-gitea/chardet

A fork of saintfish/chardet.
https://github.com/go-gitea/chardet

Merge pull request #1 from phsmit/fix_gb18030

The correct iana name for GB18030 is without the dash

2404f777256163ea3eadb273dada5dcb037993c0 authored almost 10 years ago by 无闻 <[email protected]>
Merge pull request #2 from phsmit/8859_2-fix

Fix 8859_2 recognizers to use the appropriate newRecognizer function

bdb5a064dd6d281d4f0ad8723670e22f13c16090 authored almost 10 years ago by 无闻 <[email protected]>
Merge pull request #3 from phsmit/new_readme

New readme

c16067cf15a0546b241aa3c2b6bdbba535bae554 authored almost 10 years ago by 无闻 <[email protected]>
Fix doc link

f71ee738d838fd1b87c8cd021bc2801cc3e373d9 authored almost 10 years ago by Peter Smit <[email protected]>
Update Readme

611ebac4ea1797551dbe03442f6086ca50824088 authored almost 10 years ago by Peter Smit <[email protected]>
The correct iana name for GB18030 is without the dash

See http://www.iana.org/assignments/charset-reg/GB18030

ad5fc6db6755f8c9a3289d0d4fc63dace4ba62da authored about 10 years ago by Peter Smit <[email protected]>
Fix 8859_2 recognizers to use the appropriate newRecognizer function

8e251c79344736e01b0bac1bcb08462fb955f08d authored about 11 years ago by Paul Bonser <[email protected]>
Add readme

3af4cd4741ca4f3eb0c407c034571a6fb0ea529c authored over 12 years ago by Sheng Yu <[email protected]>
Add copyright and license files

4ced83d8973bc0a940278410e93c1e89b881e34f authored over 12 years ago by Sheng Yu <[email protected]>
Delete old tests

d5e8c406bff84948c6783f4c4405612874190dfd authored over 12 years ago by Sheng Yu <[email protected]>
Change detector_test to be something more real. Add a bunch of test pages.

a27af3e8d97bfdad6facef1544609b216645ed2b authored over 12 years ago by Sheng Yu <[email protected]>
Fix one more bug

ff68a6428501a7f557d4f01d5622420bc10c74bd authored over 12 years ago by Sheng Yu <[email protected]>
Bug fix

c462654c66ef6681ec1145a469bd1efa26b3672b authored over 12 years ago by Sheng Yu <[email protected]>
Add documentation for public api

ea51ccf6127e67de747f6be5c50c326819d4a9c6 authored over 12 years ago by Sheng Yu <[email protected]>
Move example test to it's own package

cad71647b940904ec47a0d74c559ba919d0e67bf authored over 12 years ago by Sheng Yu <[email protected]>
Add example test

1e189a0f6c7441ac3b02b2b49428a7c56baff40e authored over 12 years ago by Sheng Yu <[email protected]>
Apply go fmt

bbc42f160c1c1aeffe8fce479a1ed24e6282177a authored over 12 years ago by Sheng Yu <[email protected]>
Finalize interface for detector

eb1e2b7f1a2fe53b31c4fcbf07bbb4484dd26405 authored over 12 years ago by Sheng Yu <[email protected]>
Add ISO-2022 charset recognizers

ae559a90d63ba1d5a29473168e8d4d4e6f86d920 authored over 12 years ago by Sheng Yu <[email protected]>
Add detector_test and fix bugs found by it

b1ae29360388e0bbd1627416a30761f8c0cc182b authored over 12 years ago by Sheng Yu <[email protected]>
Add multi-byte charset detectors

f39cc110e65fcc0975b341a23928f34f58d7cd7f authored over 12 years ago by Sheng Yu <[email protected]>
Unify the newRecognizer function naming convention

e19ac938c670821f9792a65c6dac4d741156480a authored over 12 years ago by Sheng Yu <[email protected]>
Add a bunch of single byte charset recognizers

5c9192840eaa32b2269c6adacb48a8689191a61b authored over 12 years ago by Sheng Yu <[email protected]>
Apply go fmt

d14d4a2b5ac94f55bd17b318c2634514fba1ae10 authored over 12 years ago by Sheng Yu <[email protected]>
Add utf-16/32 recognizers

f180ac0ed63700ca08f1144b3424cf3305c10ae4 authored over 12 years ago by Sheng Yu <[email protected]>
Revert "Move all files to ice directory so that I can add one for mozilla later"

This reverts commit 7487a3b0ec0d09f0748843b6f9e1342ffdc64355.

6cd3d9e5332881a1bf4fd659fe16ec3667ee15f5 authored over 12 years ago by Sheng Yu <[email protected]>
Move all files to ice directory so that I can add one for mozilla later

7487a3b0ec0d09f0748843b6f9e1342ffdc64355 authored over 12 years ago by Sheng Yu <[email protected]>
Add test for utf8. Fix bugs found by the test. Apply go fmt

67b9aa7d57064c468d7af3207eda3b73528fab77 authored over 12 years ago by Sheng Yu <[email protected]>
Add logic to sort and dedup recognizer outputs

7bb0e42ca05bdf7dadcba5c5f291df65d97fb811 authored over 12 years ago by Sheng Yu <[email protected]>
Add Utf8 recognizer

a3955fbed879be62c8153ce26aca80d7f925b90e authored over 12 years ago by Sheng Yu <[email protected]>
Merge input and output to recognizer.go. Define interface of recognizer.

2381dc9431c6761c8a93727a419b3c2a7279e252 authored over 12 years ago by Sheng Yu <[email protected]>
Define interface of chardet.Detector. Also implement the input processing logic.

e495a8d48939974d97cbcb6b67bc30a322530548 authored over 12 years ago by Sheng Yu <[email protected]>