Nikolay Sivov : kernelbase: Add a name for codepage 708.

Alexandre Julliard julliard at winehq.org
Mon Oct 12 15:20:50 CDT 2020


Module: wine
Branch: master
Commit: af17fcbc1c4ccb354208d1d45dbb035b16c16ec5
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=af17fcbc1c4ccb354208d1d45dbb035b16c16ec5

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Mon Oct 12 08:14:49 2020 +0300

kernelbase: Add a name for codepage 708.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/kernelbase/locale.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dlls/kernelbase/locale.c b/dlls/kernelbase/locale.c
index 2cec5f7637..9cfb9f129e 100644
--- a/dlls/kernelbase/locale.c
+++ b/dlls/kernelbase/locale.c
@@ -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" },




More information about the wine-cvs mailing list