From 718af0e88abfaac278c38687e041b2d79606e177 Mon Sep 17 00:00:00 2001 From: Andy Boothe Date: Sat, 28 Sep 2024 20:55:08 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a050327..17c425e 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The chardet4j library pulls the `CharsetDetector` feature from icu4j and repackages it as this standalone library. This allows programs to make good use of this important feature without bloating their JARs. At the time of this writing, the chardet4j JAR comes in around -75KB. +85KB. There are no dependencies. This library also implements some other important components of character set detection and decoding, namely byte order mark handling.