README: add some applications having uchardet as dependency.

There are likely more (and I know some are planning support) but these
are the ones I know of and with support already in.
This commit is contained in:
Jehan 2017-09-21 00:02:38 +02:00
parent 1898847eb6
commit 056a5a6e51

View File

@ -252,6 +252,13 @@ See [uchardet.h](https://cgit.freedesktop.org/uchardet/uchardet/tree/src/ucharde
* [rust-uchardet](https://github.com/emk/rust-uchardet) Rust language binding of uchardet
* [libchardet](https://ftp.oops.org/pub/oops/libchardet/) Another C/C++ API wrapping Mozilla code.
## Used by
* [mpv](https://mpv.io/) for subtitle detection
* [Tepl](https://wiki.gnome.org/Projects/Tepl)
* [Nextcloud IOS app](https://github.com/nextcloud/ios)
* …
## Licenses
* [Mozilla Public License Version 1.1](http://www.mozilla.org/MPL/1.1/)