summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJehan <Jehan@web>2022-12-08 21:29:52 +0000
committerIkiWiki <ikiwiki.info>2022-12-08 21:29:52 +0000
commitfe4f98e2a1db9400712b483403e12c1e01a4f937 (patch)
tree2795ca2e5526957d68ff1718108f4845e6f8c164
parent3a0af4a4de3a6c18676803c8abbdc89369768d7e (diff)
-rw-r--r--Software/uchardet.mdwn20
1 files changed, 18 insertions, 2 deletions
diff --git a/Software/uchardet.mdwn b/Software/uchardet.mdwn
index cbd41450..c9b7742b 100644
--- a/Software/uchardet.mdwn
+++ b/Software/uchardet.mdwn
@@ -205,7 +205,7 @@ to use MinGW-w64 instead of MinGW, in particular to build both 32 and
Note also that it is very easily cross-buildable (for instance from a
GNU/Linux machine); [crossroad](https://pypi.org/project/crossroad/) may
-+help, this is what we use in our CI).
+help, this is what we use in our CI).
### Build from source
@@ -309,6 +309,13 @@ In 2016, `uchardet` became a freedesktop project.
## Related Projects
+Some of these are bindings of `uchardet`, others are forks of the same
+initial code, which has diverged over time, others are native port in
+other languages.
+This list is not exhaustive and only meant as point of interest. We
+don't follow the status for these projects.
+
+ * [R-uchardet](https://cran.r-project.org/package=uchardet) R binding on CRAN
* [[python-chardet|https://github.com/chardet/chardet]] Python port
* [[ruby-rchardet|http://rubyforge.org/projects/chardet/]] Ruby port
* [[juniversalchardet|http://code.google.com/p/juniversalchardet/]] Java port of universalchardet
@@ -317,7 +324,16 @@ In 2016, `uchardet` became a freedesktop project.
* [[nchardet|http://www.conceptdevelopment.net/Localization/NCharDet/]] C# port of chardet
* [[uchardet-enhanced|https://bitbucket.org/medoc/uchardet-enhanced]] A fork of mozilla universalchardet
* [[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.
+ * [libchardet](https://github.com/Joungkyun/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)
+* [Codelite](https://codelite.org)
+* [QtAV](https://www.qtav.org/)
+* …
## License