Skip to content

Commit

Permalink
fix dead link, update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
304NotModified authored Feb 15, 2019
1 parent 3181790 commit 68d4d68
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ The interface and other classes has been resigned so it's easier to use and bett

Features:

- OOD
- Moved to netstandard
- New API
- Moved to .NET Standard
- Added more unit tests
- Builds on CI (AppVeyor)
- Strong named
Expand Down Expand Up @@ -52,10 +52,11 @@ var result = CharsetDetector.DetectFromBytes(byteArray);

# Docs

The article "[A composite approach to language/encoding detection](http://www.mozilla.org/projects/intl/UniversalCharsetDetection.html)" describes the charsets detection algorithms implemented by the library.
The article "[A composite approach to language/encoding detection](https://www-archive.mozilla.org/projects/intl/UniversalCharsetDetection.html)" describes the charsets detection algorithms implemented by the library.

The following charsets are supported:

* ASCII
* UTF-8
* UTF-16 (BE and LE)
* UTF-32 (BE and LE)
Expand All @@ -74,12 +75,12 @@ The following charsets are supported:
* x-mac-cyrillic
* IBM855 and IBM866
* X-ISO-10646-UCS-4-3412 and X-ISO-10646-UCS-4-2413 (unusual BOM)
* ASCII




## License

The library is subject to the Mozilla Public License Version 1.1 (the "License"). Alternatively, it may be used under the terms of either the GNU General Public License Version 2 or later (the "GPL"), or the GNU Lesser General Public License Version 2.1 or later (the "LGPL").

Test data has been extracted from [Wikipedia](http://wikipedia.org) and [The Project Gutenberg](http://www.gutenberg.org/) books and is subject to their licenses.
Test data has been extracted from [Wikipedia](https://wikipedia.org) and [The Project Gutenberg](https://www.gutenberg.org/) books and is subject to their licenses.

0 comments on commit 68d4d68

Please sign in to comment.