make_unicode: Add support for the 720 codepage (Arabic, Farsi and Urdu).

Signed-off-by: Francois Gouget <fgouget@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2021-06-08 12:30:57 +02:00 committed by Alexandre Julliard
parent 08f7c15f35
commit a1bae9f288
6 changed files with 5 additions and 0 deletions

View File

@ -57,6 +57,7 @@ HKLM
val '437' = s 'c_437.nls'
val '500' = s 'c_500.nls'
val '708' = s 'c_708.nls'
val '720' = s 'c_720.nls'
val '737' = s 'c_737.nls'
val '775' = s 'c_775.nls'
val '850' = s 'c_850.nls'

View File

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

View File

@ -4085,6 +4085,7 @@ c_28605.nls
c_437.nls
c_500.nls
c_708.nls
c_720.nls
c_737.nls
c_775.nls
c_850.nls

View File

@ -46,6 +46,7 @@ SOURCES = \
c_437.nls \
c_500.nls \
c_708.nls \
c_720.nls \
c_737.nls \
c_775.nls \
c_850.nls \

BIN
nls/c_720.nls Normal file

Binary file not shown.

View File

@ -46,6 +46,7 @@ my @allfiles =
"CodpageFiles/437.txt",
"CodpageFiles/500.txt",
"CodpageFiles/708.txt",
"CodpageFiles/720.txt",
"CodpageFiles/737.txt",
"CodpageFiles/775.txt",
"CodpageFiles/850.txt",