Module: wine Branch: master Commit: f9f3e57cf8cb720f04c5e7134a7f123df09123d7 URL: https://source.winehq.org/git/wine.git/?a=commit;h=f9f3e57cf8cb720f04c5e7134...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Feb 18 11:26:21 2020 +0100
unicode: Generate the NLS files for normalization forms.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/kernel32/tests/locale.c | 4 +- loader/wine.inf.in | 5 + nls/Makefile.in | 7 +- nls/normidna.nls | Bin 0 -> 82058 bytes nls/normnfc.nls | Bin 0 -> 57630 bytes nls/normnfd.nls | Bin 0 -> 50942 bytes nls/normnfkc.nls | Bin 0 -> 79052 bytes nls/normnfkd.nls | Bin 0 -> 72684 bytes tools/make_unicode | 378 ++++++++++++++++++++++++++++++++++++++++++- 9 files changed, 383 insertions(+), 11 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=f9f3e57cf8cb720f04c5e...