This commit is contained in:
Jonathan Campbell 2017-11-28 15:24:07 -08:00
parent b0ff107a6d
commit 2f1d752964
2 changed files with 2 additions and 2 deletions

View File

@ -32,4 +32,4 @@ const uint16_t cp437_to_unicode[256] = {
0x03a6,0x0398,0x03a9,0x03b4,0x221e,0x03c6,0x03b5,0x2229, /* 0xE8-0xEF */
0x2261,0x00b1,0x2265,0x2264,0x2320,0x2321,0x00f7,0x2248, /* 0xF0-0xF7 */
0x00b0,0x2219,0x00b7,0x221a,0x207f,0x00b2,0x25a0,0x00a0 /* 0xF8-0xFF */
}
};

View File

@ -69,5 +69,5 @@ for ($y=0;$y < 256;$y += $colwidth) {
print "\n";
}
print "}\n";
print "};\n";