[USETUP][VGAFONTS] Improve Japanese character display

- Modify media/vgafonts/932-8x8.bin Japanese VGA font.
- Use special codepoints of new font 932-8x8.bin.
Appendum of #4750. Line connection bug still remains.
CORE-5052
This commit is contained in:
Katayama Hirofumi MZ 2022-10-08 08:22:24 +09:00
parent 3c5a56ed93
commit d707916605
2 changed files with 1 additions and 5 deletions

View File

@ -560,6 +560,7 @@ SetConsoleCodePage(VOID)
switch (wCodePage)
{
case 28606: /* Romanian */
case 932: /* Japanese */
/* Set special characters */
CharBullet = 0x07;
CharBlock = 0x01;
@ -584,11 +585,6 @@ SetConsoleCodePage(VOID)
/* FIXME: Enter 640x400 video mode */
break;
case 932: /* Japanese */
/* FIXME: Set special characters */
/* FIXME: Enter 640x400 video mode */
break;
default: /* Other codepages */
/* Set special characters */
CharBullet = 0x07;

Binary file not shown.