mirror of
https://github.com/reactos/reactos.git
synced 2024-11-23 03:23:34 +08:00
[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:
parent
3c5a56ed93
commit
d707916605
@ -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.
Loading…
Reference in New Issue
Block a user