remove non-printable chars from comment.

This commit is contained in:
Christopher Jeffrey 2013-08-04 08:46:26 -05:00
parent abd89d3aee
commit 6cb640c0e5
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }