Merge branch 'typo' of https://github.com/suisho/node-chardet
This commit is contained in:
commit
9bc9e9c1e4
|
@ -307,7 +307,7 @@ util.inherits(module.exports.big5, mbcs);
|
||||||
* packed into an int.
|
* packed into an int.
|
||||||
*/
|
*/
|
||||||
function eucNextChar(iter, det) {
|
function eucNextChar(iter, det) {
|
||||||
it.index = it.nextIndex;
|
iter.index = iter.nextIndex;
|
||||||
iter.error = false;
|
iter.error = false;
|
||||||
var firstByte = 0;
|
var firstByte = 0;
|
||||||
var secondByte = 0;
|
var secondByte = 0;
|
||||||
|
|
Loading…
Reference in New Issue