kernelbase: Add a name for codepage 708.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Nikolay Sivov 2020-10-12 08:14:49 +03:00 committed by Alexandre Julliard
parent 99ebf98815
commit af17fcbc1c
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ static const struct { UINT cp; const WCHAR *name; } codepage_names[] =
{ 424, L"IBM EBCDIC Hebrew" },
{ 437, L"OEM United States" },
{ 500, L"IBM EBCDIC International" },
{ 708, L"Arabic ASMO" },
{ 737, L"OEM Greek 437G" },
{ 775, L"OEM Baltic" },
{ 850, L"OEM Multilingual Latin 1" },