mirror of
https://github.com/reactos/reactos.git
synced 2025-06-13 22:58:30 +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
|
@ -4234,7 +4234,7 @@ static const unsigned char cp2uni_leadbytes[256] =
|
|||
0x78, 0x79, 0x7a, 0x7b, 0x7c, 0x7d, 0x7e, 0x00
|
||||
};
|
||||
|
||||
static const unsigned short uni2cp_low[31731] =
|
||||
static const unsigned short uni2cp_low[] =
|
||||
{
|
||||
/* 0x0000 .. 0x00ff */
|
||||
0x0000, 0x0001, 0x0002, 0x0003, 0x0004, 0x0005, 0x0006, 0x0007,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue