From 056a5a6e51e616223504932f5de6bd2eb807cfc3 Mon Sep 17 00:00:00 2001 From: Jehan Date: Thu, 21 Sep 2017 00:02:38 +0200 Subject: [PATCH] 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. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 819322d..0b55025 100644 --- a/README.md +++ b/README.md @@ -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/)