Update ICU to 58.3

This commit is contained in:
Fedor 2019-07-08 13:09:33 +03:00
parent 5b7e7a582c
commit eac38e37cc
1901 changed files with 3441 additions and 3285 deletions

Binary file not shown.

5
intl/icu/GIT-INFO Normal file
View File

@ -0,0 +1,5 @@
commit 9248183bc6ab67503d03d4a6b4c842e77e3fd1b8
Author: yumaoka <y.umaoka@gmail.com>
Date: Wed Apr 10 00:49:25 2019 -0400
ICU-20536 ICU 58.3 release tasks

View File

@ -1,10 +0,0 @@
Path: icu4c
URL: https://ssl.icu-project.org/repos/icu/tags/release-58-2/icu4c
Relative URL: ^/tags/release-58-2/icu4c
Repository Root: https://ssl.icu-project.org/repos/icu
Repository UUID: 251d0590-4201-4cf1-90de-194747b24ca1
Node Kind: directory
Last Changed Author: yoshito
Last Changed Rev: 39531
Last Changed Date: 2016-12-08 17:34:49 +0000 (Thu, 08 Dec 2016)

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations"> <ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32"> <ProjectConfiguration Include="Debug|Win32">

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup> <ItemGroup>
<Filter Include="bidi"> <Filter Include="bidi">

View File

@ -86,9 +86,7 @@ U_NAMESPACE_END
// Original plan was to use gcc atomics for MinGW, but they // Original plan was to use gcc atomics for MinGW, but they
// aren't supported, so we fold MinGW into this path. // aren't supported, so we fold MinGW into this path.
# ifndef WIN32_LEAN_AND_MEAN
# define WIN32_LEAN_AND_MEAN # define WIN32_LEAN_AND_MEAN
# endif
# define VC_EXTRALEAN # define VC_EXTRALEAN
# define NOUSER # define NOUSER
# define NOSERVICE # define NOSERVICE
@ -333,9 +331,7 @@ U_NAMESPACE_END
* win32 APIs for Critical Sections. * win32 APIs for Critical Sections.
*/ */
# ifndef WIN32_LEAN_AND_MEAN
# define WIN32_LEAN_AND_MEAN # define WIN32_LEAN_AND_MEAN
# endif
# define VC_EXTRALEAN # define VC_EXTRALEAN
# define NOUSER # define NOUSER
# define NOSERVICE # define NOSERVICE

View File

@ -64,7 +64,7 @@
* This value will change in the subsequent releases of ICU * This value will change in the subsequent releases of ICU
* @stable ICU 2.6 * @stable ICU 2.6
*/ */
#define U_ICU_VERSION_MINOR_NUM 2 #define U_ICU_VERSION_MINOR_NUM 3
/** The current ICU patchlevel version as an integer. /** The current ICU patchlevel version as an integer.
* This value will change in the subsequent releases of ICU * This value will change in the subsequent releases of ICU
@ -119,7 +119,7 @@
* This value will change in the subsequent releases of ICU * This value will change in the subsequent releases of ICU
* @stable ICU 2.4 * @stable ICU 2.4
*/ */
#define U_ICU_VERSION "58.2" #define U_ICU_VERSION "58.3"
/** The current ICU library major/minor version as a string without dots, for library name suffixes. /** The current ICU library major/minor version as a string without dots, for library name suffixes.
* This value will change in the subsequent releases of ICU * This value will change in the subsequent releases of ICU
@ -131,7 +131,7 @@
/** Data version in ICU4C. /** Data version in ICU4C.
* @internal ICU 4.4 Internal Use Only * @internal ICU 4.4 Internal Use Only
**/ **/
#define U_ICU_DATA_VERSION "58.2" #define U_ICU_DATA_VERSION "58.3"
#endif /* U_HIDE_INTERNAL_API */ #endif /* U_HIDE_INTERNAL_API */
/*=========================================================================== /*===========================================================================

View File

@ -216,6 +216,8 @@ static LONG getTZKeyName(char* tzKeyName, int32_t length) {
&cbData); &cbData);
} }
RegCloseKey(hkey);
return result; return result;
} }

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
af{ af{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
am{ am{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
ar{ ar{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
as{ as{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
az{ az{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
be{ be{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
bg{ bg{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
bn{ bn{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
bo{ bo{
Version{"2.1.23.47"} Version{"2.1.23.47"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
bs{ bs{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
bs_Cyrl{ bs_Cyrl{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
ca{ ca{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
chr{ chr{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
cs{ cs{
Version{"2.1.28.26"} Version{"2.1.28.26"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
cy{ cy{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
da{ da{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
de{ de{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
/** /**
* generated alias target * generated alias target

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
de_AT{ de_AT{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
de__PHONEBOOK{ de__PHONEBOOK{
collations{ collations{

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
dsb{ dsb{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
dz{ dz{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
ee{ ee{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
el{ el{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
en{ en{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
en_US{ en_US{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
en_US_POSIX{ en_US_POSIX{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
eo{ eo{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
es{ es{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
/** /**
* generated alias target * generated alias target

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
es__TRADITIONAL{ es__TRADITIONAL{
collations{ collations{

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
et{ et{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
fa{ fa{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
fa_AF{ fa_AF{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
fi{ fi{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
fil{ fil{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
fo{ fo{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
fr{ fr{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
fr_CA{ fr_CA{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
ga{ ga{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
gl{ gl{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
gu{ gu{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
ha{ ha{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
haw{ haw{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
he{ he{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
/** /**
* generated alias target * generated alias target

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
hi{ hi{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
hr{ hr{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
hsb{ hsb{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
hu{ hu{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
hy{ hy{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
id{ id{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
/** /**
* generated alias target * generated alias target

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
ig{ ig{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
in{ in{
"%%ALIAS"{"id"} "%%ALIAS"{"id"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
in_ID{ in_ID{
"%%ALIAS"{"id_ID"} "%%ALIAS"{"id_ID"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
is{ is{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
it{ it{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
iw{ iw{
"%%ALIAS"{"he"} "%%ALIAS"{"he"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
iw_IL{ iw_IL{
"%%ALIAS"{"he_IL"} "%%ALIAS"{"he_IL"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
ja{ ja{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
ka{ ka{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
kk{ kk{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
kl{ kl{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
km{ km{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
kn{ kn{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
ko{ ko{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
kok{ kok{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
ky{ ky{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
lb{ lb{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
lkt{ lkt{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
ln{ ln{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
lo{ lo{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
lt{ lt{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
lv{ lv{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
mk{ mk{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
ml{ ml{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
mn{ mn{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
mo{ mo{
"%%ALIAS"{"ro_MD"} "%%ALIAS"{"ro_MD"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
mr{ mr{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
ms{ ms{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
mt{ mt{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
my{ my{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
nb{ nb{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
/** /**
* generated alias target * generated alias target

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
ne{ ne{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
nl{ nl{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
nn{ nn{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
no{ no{
"%%ALIAS"{"nb"} "%%ALIAS"{"nb"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
no_NO{ no_NO{
"%%ALIAS"{"nb_NO"} "%%ALIAS"{"nb_NO"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
om{ om{
Version{"2.1.19.14"} Version{"2.1.19.14"}

View File

@ -1,4 +1,4 @@
// © 2016 and later: Unicode, Inc. and others. // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License // License & terms of use: http://www.unicode.org/copyright.html#License
or{ or{
Version{"2.1.19.14"} Version{"2.1.19.14"}

Some files were not shown because too many files have changed in this diff Show More