Commit f9f3e57c authored by Alexandre Julliard's avatar Alexandre Julliard

unicode: Generate the NLS files for normalization forms.

parent 3d55de8c
......@@ -4220,11 +4220,11 @@ static void test_GetCPInfo(void)
case NormalizationKC:
case NormalizationKD:
case 13: /* IDN */
todo_wine ok( !status, "%u: failed %x\n", i, status );
ok( !status, "%u: failed %x\n", i, status );
if (status) break;
ok( size > 0x8000 && size <= 0x30000 , "wrong size %lx\n", size );
ret = UnmapViewOfFile( ptr );
ok( ret, "UnmapViewOfFile failed err %u\n", GetLastError() );
todo_wine ok( ret, "UnmapViewOfFile failed err %u\n", GetLastError() );
break;
default:
ok( status == STATUS_OBJECT_NAME_NOT_FOUND, "%u: failed %x\n", i, status );
......
......@@ -3948,6 +3948,11 @@ c_936.nls
c_949.nls
c_950.nls
l_intl.nls
normidna.nls
normnfc.nls
normnfd.nls
normnfkc.nls
normnfkd.nls
[WineSourceDirs]
NlsFiles=nls
......
......@@ -64,4 +64,9 @@ SOURCES = \
c_936.nls \
c_949.nls \
c_950.nls \
l_intl.nls
l_intl.nls \
normidna.nls \
normnfc.nls \
normnfd.nls \
normnfkc.nls \
normnfkd.nls
File added
File added
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment