regression: reference to wrong codepage

This commit is contained in:
Kaens 2026-05-01 12:15:44 +02:00
commit 26d37cbb62

View file

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