remove non-printable chars from comment.
This commit is contained in:
parent
abd89d3aee
commit
6cb640c0e5
|
@ -1931,7 +1931,7 @@ Tput.prototype.detectBrokenACS = function(info) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// PC alternate charset
|
// PC alternate charset
|
||||||
// if (acsc.indexOf('+\x10,\x11-\x18.\x190<EFBFBD>`\x04a<34>f<EFBFBD>g<EFBFBD>h') === 0) {
|
// if (acsc.indexOf('+\x10,\x11-\x18.\x190') === 0) {
|
||||||
if (this.detectPCRomSet(info)) {
|
if (this.detectPCRomSet(info)) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue