You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chardet is a character detection module for NodeJS written in pure Javascript.
4
-
Module is based on ICU project http://site.icu-project.org/, which uses character
5
-
occurency analysis to determine the most probable encoding.
3
+
*Chardet* is a character detection module written in pure Javascript (Typescript). Module uses occurrence analysis to determine the most probable encoding.
4
+
5
+
- Packed size is only **22 KB**
6
+
- Works in all environments: Node / Browser / Native
7
+
- Works on all platforms: Linux / Mac / Windows
8
+
- No dependencies
9
+
- No native code / bindings
10
+
- 100% written in Typescript
11
+
- Extensive code coverage
6
12
7
13
## Installation
8
14
@@ -87,3 +93,7 @@ Currently only these encodings are supported.
0 commit comments