mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
regression: reference to wrong codepage
This commit is contained in:
parent
becaf47805
commit
26d37cbb62
1 changed files with 1 additions and 1 deletions
2
db/read
2
db/read
|
|
@ -146,7 +146,7 @@ function decEncoding(ansi, dectbl, zstop, tbl01F) {
|
|||
else s += tbl01F[0xF]; break;
|
||||
case 0x5C: if(dectbl == JISX0201) s += '¥'; else s += '\\'; break;
|
||||
case 0x5E: if(dectbl == CPSpeccy) s += '↑'; else s += '^'; break;
|
||||
case 0x60: if(dectbl == CPSpeccy) s += '£'; else if(dectbl == CPPETSCIIshifted) s += ' '; else s += '`'; break;
|
||||
case 0x60: if(dectbl == CPSpeccy) s += '£'; else if(dectbl == CPFullCPETshifted) s += ' '; else s += '`'; break;
|
||||
case 0x7B: if(dectbl == CPATASCII)
|
||||
if(tbl01F == Chars0to1FATASCII2) s += 'Ä';
|
||||
else if(tbl01F == Chars0to1FATASCII_PL) s += ' '; //the Poles didn't need the spades without the other 3 :D
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue