mirror of
https://github.com/reactos/reactos.git
synced 2025-06-19 12:15:19 +00:00
[UNICODE] Sync with Wine Staging 4.18. CORE-16441
This commit is contained in:
parent
3cfeed64b1
commit
1a472d9453
84 changed files with 1111 additions and 1845 deletions
|
@ -39,7 +39,7 @@ static const WCHAR cp2uni[256] =
|
|||
0x0078, 0x0079, 0x007a, 0x007b, 0x007c, 0x007d, 0x007e, 0x007f
|
||||
};
|
||||
|
||||
static const unsigned char uni2cp_low[4884] =
|
||||
static const unsigned char uni2cp_low[] =
|
||||
{
|
||||
/* 0x0000 .. 0x00ff */
|
||||
0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue