增加使用 jschardet 对输出进行编码检测

This commit is contained in:
fofolee
2019-05-16 11:16:43 +08:00
parent 26e5e7f877
commit 6f672b22fb
59 changed files with 18286 additions and 11 deletions

18
node_modules/jschardet/tests/index.html generated vendored Normal file
View File

@@ -0,0 +1,18 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<link rel="stylesheet" href="qunit/qunit.css" type="text/css" media="screen" />
<script type="text/javascript" src="qunit/qunit.js"></script>
<!-- JSChardet -->
<script src="../dist/jschardet.js"></script>
<!-- tests -->
<script type="text/javascript" src="jschardet.js"></script>
</head>
<body>
<h1 id="qunit-header">JS Chardet</h1>
<h2 id="qunit-banner"></h2>
<h2 id="qunit-userAgent"></h2>
<ol id="qunit-tests"></ol>
</body>
</html>