Skip to content

Commit

Permalink
Version 1.5.0
Browse files Browse the repository at this point in the history
- Fix short windows-1252 text misdetected as EUC-JP
- Fixed wrong character ranges check for SJIS
- Fixed SJIS character class table
  • Loading branch information
aadsm committed Jul 16, 2017
1 parent 2291e70 commit 8395c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jschardet",
"version": "1.4.2",
"version": "1.5.0",
"description": "Character encoding auto-detection in JavaScript (port of python's chardet)",
"main": "src/init",
"author": "António Afonso",
Expand Down

0 comments on commit 8395c81

Please sign in to comment.