Add Unicode support to the map

This commit is contained in:
Ray Chason
2022-10-16 21:42:18 -04:00
parent f5111a7fb7
commit 426ef4d8d2
4 changed files with 69 additions and 23 deletions

View File

@@ -12,8 +12,8 @@ extern const WCHAR cp437[256];
WCHAR *
winos_ascii_to_wide_str(const unsigned char * src, WCHAR * dst, size_t dstLength);
WCHAR
winos_ascii_to_wide(const unsigned char c);
void
winos_ascii_to_wide(WCHAR dst[3], UINT32 c);
BOOL winos_font_support_cp437(HFONT hFont);