mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-16 10:17:23 +00:00
ICU-20536 ICU 58.3 release tasks
This commit is contained in:
parent
913b5e8f5d
commit
9248183bc6
19 changed files with 1532 additions and 1418 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
<html lang="en-US" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
|
||||
<head>
|
||||
<title>ReadMe for ICU 58.2</title>
|
||||
<title>ReadMe for ICU 58.3</title>
|
||||
<meta name="COPYRIGHT" content=
|
||||
"Copyright (C) 2016 and later: Unicode, Inc. and others. License & terms of use: http://www.unicode.org/copyright.html"/>
|
||||
<!-- meta name="COPYRIGHT" content=
|
||||
|
@ -32,7 +32,7 @@
|
|||
International Components for Unicode<br/>
|
||||
<span class="only-rc">Release Candidate</span>
|
||||
<span class="only-milestone">(Milestone Release)</span>
|
||||
<abbr title="International Components for Unicode">ICU</abbr> 58.2 ReadMe
|
||||
<abbr title="International Components for Unicode">ICU</abbr> 58.3 ReadMe
|
||||
</h1>
|
||||
|
||||
<!-- Shouldn't need to comment/uncomment this paragraph, just change the body class -->
|
||||
|
@ -44,7 +44,7 @@
|
|||
<p class="note only-rc">This is a release candidate version of ICU4C.
|
||||
It is not recommended for production use.</p>
|
||||
|
||||
<p>Last updated: 2016-Dec-8<br/>
|
||||
<p>Last updated: 2019-Apr-9<br/>
|
||||
Copyright © 2016 and later: Unicode, Inc. and others. License & terms of use:
|
||||
<a href="http://www.unicode.org/copyright.html">http://www.unicode.org/copyright.html</a><br/>
|
||||
Copyright © 1997-2016 International Business Machines Corporation and others.
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
* This value will change in the subsequent releases of ICU
|
||||
* @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.
|
||||
* This value will change in the subsequent releases of ICU
|
||||
|
@ -119,7 +119,7 @@
|
|||
* This value will change in the subsequent releases of ICU
|
||||
* @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.
|
||||
* This value will change in the subsequent releases of ICU
|
||||
|
@ -131,7 +131,7 @@
|
|||
/** Data version in ICU4C.
|
||||
* @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 */
|
||||
|
||||
/*===========================================================================
|
||||
|
|
|
@ -8,6 +8,6 @@
|
|||
// ***************************************************************************
|
||||
|
||||
icuver:table(nofallback){
|
||||
DataVersion { "58.2.0.0" }
|
||||
ICUVersion { "58.2.0.0" }
|
||||
DataVersion { "58.3.0.0" }
|
||||
ICUVersion { "58.3.0.0" }
|
||||
}
|
||||
|
|
94
icu4c/source/data/misc/metaZones.txt
Normal file → Executable file
94
icu4c/source/data/misc/metaZones.txt
Normal file → Executable file
|
@ -131,11 +131,11 @@ metaZones:table(nofallback){
|
|||
001{"America/Halifax"}
|
||||
AG{"America/Antigua"}
|
||||
AI{"America/Anguilla"}
|
||||
AN{"America/Curacao"}
|
||||
AW{"America/Aruba"}
|
||||
BB{"America/Barbados"}
|
||||
BM{"Atlantic/Bermuda"}
|
||||
BQ{"America/Kralendijk"}
|
||||
CW{"America/Curacao"}
|
||||
DM{"America/Dominica"}
|
||||
GD{"America/Grenada"}
|
||||
GL{"America/Thule"}
|
||||
|
@ -212,7 +212,6 @@ metaZones:table(nofallback){
|
|||
}
|
||||
Chile{
|
||||
001{"America/Santiago"}
|
||||
AQ{"Antarctica/Palmer"}
|
||||
}
|
||||
China{
|
||||
001{"Asia/Shanghai"}
|
||||
|
@ -345,7 +344,6 @@ metaZones:table(nofallback){
|
|||
SH{"Atlantic/St_Helena"}
|
||||
SL{"Africa/Freetown"}
|
||||
SN{"Africa/Dakar"}
|
||||
ST{"Africa/Sao_Tome"}
|
||||
TG{"Africa/Lome"}
|
||||
}
|
||||
Galapagos{
|
||||
|
@ -815,7 +813,7 @@ metaZones:table(nofallback){
|
|||
{
|
||||
"Europe_Western",
|
||||
"1985-12-31 23:00",
|
||||
"9999-12-31 23:59",
|
||||
"2018-10-28 02:00",
|
||||
}
|
||||
}
|
||||
"Africa:Ceuta"{
|
||||
|
@ -864,7 +862,7 @@ metaZones:table(nofallback){
|
|||
{
|
||||
"Europe_Western",
|
||||
"1976-04-14 01:00",
|
||||
"9999-12-31 23:59",
|
||||
"2018-10-28 02:00",
|
||||
}
|
||||
}
|
||||
"Africa:Freetown"{
|
||||
|
@ -913,6 +911,11 @@ metaZones:table(nofallback){
|
|||
{
|
||||
"Africa_Eastern",
|
||||
"2000-01-15 10:00",
|
||||
"2017-10-31 21:00",
|
||||
}
|
||||
{
|
||||
"Africa_Central",
|
||||
"2017-10-31 21:00",
|
||||
"9999-12-31 23:59",
|
||||
}
|
||||
}
|
||||
|
@ -1026,6 +1029,18 @@ metaZones:table(nofallback){
|
|||
"Africa:Sao_Tome"{
|
||||
{
|
||||
"GMT",
|
||||
"1970-01-01 00:00",
|
||||
"2018-01-01 01:00",
|
||||
}
|
||||
{
|
||||
"Africa_Western",
|
||||
"2018-01-01 01:00",
|
||||
"2019-01-01 01:00",
|
||||
}
|
||||
{
|
||||
"GMT",
|
||||
"2019-01-01 01:00",
|
||||
"9999-12-31 23:59",
|
||||
}
|
||||
}
|
||||
"Africa:Tripoli"{
|
||||
|
@ -1079,11 +1094,16 @@ metaZones:table(nofallback){
|
|||
{
|
||||
"Africa_Central",
|
||||
"1990-03-20 22:00",
|
||||
"1994-04-02 22:00",
|
||||
"1994-03-20 22:00",
|
||||
}
|
||||
{
|
||||
"Africa_Western",
|
||||
"1994-04-02 22:00",
|
||||
"1994-03-20 22:00",
|
||||
"2017-10-23 22:00",
|
||||
}
|
||||
{
|
||||
"Africa_Central",
|
||||
"2017-10-23 22:00",
|
||||
"9999-12-31 23:59",
|
||||
}
|
||||
}
|
||||
|
@ -1638,6 +1658,11 @@ metaZones:table(nofallback){
|
|||
{
|
||||
"Atlantic",
|
||||
"2015-11-01 06:00",
|
||||
"2018-03-11 07:00",
|
||||
}
|
||||
{
|
||||
"America_Eastern",
|
||||
"2018-03-11 07:00",
|
||||
"9999-12-31 23:59",
|
||||
}
|
||||
}
|
||||
|
@ -2056,6 +2081,16 @@ metaZones:table(nofallback){
|
|||
{
|
||||
"Alaska",
|
||||
"2015-11-01 10:00",
|
||||
"2018-11-04 10:00",
|
||||
}
|
||||
{
|
||||
"America_Pacific",
|
||||
"2018-11-04 10:00",
|
||||
"2019-01-20 10:00",
|
||||
}
|
||||
{
|
||||
"Alaska",
|
||||
"2019-01-20 10:00",
|
||||
"9999-12-31 23:59",
|
||||
}
|
||||
}
|
||||
|
@ -2245,6 +2280,13 @@ metaZones:table(nofallback){
|
|||
"Atlantic",
|
||||
}
|
||||
}
|
||||
"America:Punta_Arenas"{
|
||||
{
|
||||
"Chile",
|
||||
"1970-01-01 00:00",
|
||||
"2016-12-03 23:00",
|
||||
}
|
||||
}
|
||||
"America:Rainy_River"{
|
||||
{
|
||||
"America_Central",
|
||||
|
@ -2532,6 +2574,11 @@ metaZones:table(nofallback){
|
|||
{
|
||||
"Casey",
|
||||
"2016-10-21 16:00",
|
||||
"2018-03-10 17:00",
|
||||
}
|
||||
{
|
||||
"Australia_Western",
|
||||
"2018-03-10 17:00",
|
||||
"9999-12-31 23:59",
|
||||
}
|
||||
}
|
||||
|
@ -2576,7 +2623,7 @@ metaZones:table(nofallback){
|
|||
{
|
||||
"Chile",
|
||||
"1982-05-01 03:00",
|
||||
"9999-12-31 23:59",
|
||||
"2016-12-03 23:00",
|
||||
}
|
||||
}
|
||||
"Antarctica:Rothera"{
|
||||
|
@ -3100,6 +3147,11 @@ metaZones:table(nofallback){
|
|||
{
|
||||
"Pyongyang",
|
||||
"2015-08-14 15:00",
|
||||
"2018-05-04 15:00",
|
||||
}
|
||||
{
|
||||
"Korea",
|
||||
"2018-05-04 15:00",
|
||||
"9999-12-31 23:59",
|
||||
}
|
||||
}
|
||||
|
@ -3115,6 +3167,13 @@ metaZones:table(nofallback){
|
|||
"9999-12-31 23:59",
|
||||
}
|
||||
}
|
||||
"Asia:Qostanay"{
|
||||
{
|
||||
"Kazakhstan_Eastern",
|
||||
"2004-10-30 21:00",
|
||||
"9999-12-31 23:59",
|
||||
}
|
||||
}
|
||||
"Asia:Qyzylorda"{
|
||||
{
|
||||
"Kizilorda",
|
||||
|
@ -3129,6 +3188,11 @@ metaZones:table(nofallback){
|
|||
{
|
||||
"Kazakhstan_Eastern",
|
||||
"2004-10-30 21:00",
|
||||
"2018-12-20 18:00",
|
||||
}
|
||||
{
|
||||
"Kazakhstan_Western",
|
||||
"2018-12-20 18:00",
|
||||
"9999-12-31 23:59",
|
||||
}
|
||||
}
|
||||
|
@ -3454,6 +3518,11 @@ metaZones:table(nofallback){
|
|||
"America_Eastern",
|
||||
}
|
||||
}
|
||||
"Etc:GMT"{
|
||||
{
|
||||
"GMT",
|
||||
}
|
||||
}
|
||||
"Europe:Amsterdam"{
|
||||
{
|
||||
"Europe_Central",
|
||||
|
@ -3950,6 +4019,11 @@ metaZones:table(nofallback){
|
|||
{
|
||||
"Moscow",
|
||||
"1992-03-28 22:00",
|
||||
"2018-10-27 23:00",
|
||||
}
|
||||
{
|
||||
"Volgograd",
|
||||
"2018-10-27 23:00",
|
||||
"9999-12-31 23:59",
|
||||
}
|
||||
}
|
||||
|
@ -4169,11 +4243,11 @@ metaZones:table(nofallback){
|
|||
{
|
||||
"Kwajalein",
|
||||
"1970-01-01 00:00",
|
||||
"1993-08-20 12:00",
|
||||
"1993-08-21 12:00",
|
||||
}
|
||||
{
|
||||
"Marshall_Islands",
|
||||
"1993-08-20 12:00",
|
||||
"1993-08-21 12:00",
|
||||
"9999-12-31 23:59",
|
||||
}
|
||||
}
|
||||
|
|
20
icu4c/source/data/misc/timezoneTypes.txt
Normal file → Executable file
20
icu4c/source/data/misc/timezoneTypes.txt
Normal file → Executable file
|
@ -80,10 +80,9 @@ timezoneTypes:table(nofallback){
|
|||
"Etc:GMT-0"{"Etc/GMT"}
|
||||
"Etc:GMT0"{"Etc/GMT"}
|
||||
"Etc:Greenwich"{"Etc/GMT"}
|
||||
"Etc:UCT"{"Etc/GMT"}
|
||||
"Etc:UTC"{"Etc/GMT"}
|
||||
"Etc:Universal"{"Etc/GMT"}
|
||||
"Etc:Zulu"{"Etc/GMT"}
|
||||
"Etc:UCT"{"Etc/UTC"}
|
||||
"Etc:Universal"{"Etc/UTC"}
|
||||
"Etc:Zulu"{"Etc/UTC"}
|
||||
"Europe:Belfast"{"Europe/London"}
|
||||
"Europe:Nicosia"{"Asia/Nicosia"}
|
||||
"Europe:Tiraspol"{"Europe/Chisinau"}
|
||||
|
@ -138,11 +137,11 @@ timezoneTypes:table(nofallback){
|
|||
ROK{"Asia/Seoul"}
|
||||
Singapore{"Asia/Singapore"}
|
||||
Turkey{"Europe/Istanbul"}
|
||||
UCT{"Etc/GMT"}
|
||||
UTC{"Etc/GMT"}
|
||||
Universal{"Etc/GMT"}
|
||||
UCT{"Etc/UTC"}
|
||||
UTC{"Etc/UTC"}
|
||||
Universal{"Etc/UTC"}
|
||||
W-SU{"Europe/Moscow"}
|
||||
Zulu{"Etc/GMT"}
|
||||
Zulu{"Etc/UTC"}
|
||||
}
|
||||
}
|
||||
typeMap{
|
||||
|
@ -316,6 +315,7 @@ timezoneTypes:table(nofallback){
|
|||
"America:Port_of_Spain"{"ttpos"}
|
||||
"America:Porto_Velho"{"brpvh"}
|
||||
"America:Puerto_Rico"{"prsju"}
|
||||
"America:Punta_Arenas"{"clpuq"}
|
||||
"America:Rainy_River"{"caffs"}
|
||||
"America:Rankin_Inlet"{"cayek"}
|
||||
"America:Recife"{"brrec"}
|
||||
|
@ -416,6 +416,7 @@ timezoneTypes:table(nofallback){
|
|||
"Asia:Pontianak"{"idpnk"}
|
||||
"Asia:Pyongyang"{"kpfnj"}
|
||||
"Asia:Qatar"{"qadoh"}
|
||||
"Asia:Qostanay"{"kzksn"}
|
||||
"Asia:Qyzylorda"{"kzkzo"}
|
||||
"Asia:Rangoon"{"mmrgn"}
|
||||
"Asia:Riyadh"{"saruh"}
|
||||
|
@ -463,7 +464,7 @@ timezoneTypes:table(nofallback){
|
|||
"Australia:Melbourne"{"aumel"}
|
||||
"Australia:Perth"{"auper"}
|
||||
"Australia:Sydney"{"ausyd"}
|
||||
"Etc:GMT"{"utc"}
|
||||
"Etc:GMT"{"gmt"}
|
||||
"Etc:GMT+1"{"utcw01"}
|
||||
"Etc:GMT+10"{"utcw10"}
|
||||
"Etc:GMT+11"{"utcw11"}
|
||||
|
@ -490,6 +491,7 @@ timezoneTypes:table(nofallback){
|
|||
"Etc:GMT-7"{"utce07"}
|
||||
"Etc:GMT-8"{"utce08"}
|
||||
"Etc:GMT-9"{"utce09"}
|
||||
"Etc:UTC"{"utc"}
|
||||
"Etc:Unknown"{"unk"}
|
||||
"Europe:Amsterdam"{"nlams"}
|
||||
"Europe:Andorra"{"adalv"}
|
||||
|
|
47
icu4c/source/data/misc/windowsZones.txt
Normal file → Executable file
47
icu4c/source/data/misc/windowsZones.txt
Normal file → Executable file
|
@ -17,8 +17,8 @@ windowsZones:table(nofallback){
|
|||
"Alaskan Standard Time"{
|
||||
001{"America/Anchorage"}
|
||||
US{
|
||||
"America/Anchorage America/Juneau America/Metlakatla America/Nome Ame"
|
||||
"rica/Sitka America/Yakutat"
|
||||
"America/Anchorage America/Juneau America/Nome America/Sitka America/"
|
||||
"Yakutat"
|
||||
}
|
||||
}
|
||||
"Aleutian Standard Time"{
|
||||
|
@ -58,7 +58,7 @@ windowsZones:table(nofallback){
|
|||
}
|
||||
"Astrakhan Standard Time"{
|
||||
001{"Europe/Astrakhan"}
|
||||
RU{"Europe/Astrakhan Europe/Saratov Europe/Ulyanovsk"}
|
||||
RU{"Europe/Astrakhan Europe/Ulyanovsk"}
|
||||
}
|
||||
"Atlantic Standard Time"{
|
||||
001{"America/Halifax"}
|
||||
|
@ -130,7 +130,7 @@ windowsZones:table(nofallback){
|
|||
CN{"Asia/Urumqi"}
|
||||
IO{"Indian/Chagos"}
|
||||
KG{"Asia/Bishkek"}
|
||||
KZ{"Asia/Almaty Asia/Qyzylorda"}
|
||||
KZ{"Asia/Almaty Asia/Qostanay"}
|
||||
ZZ{"Etc/GMT-6"}
|
||||
}
|
||||
"Central Brazilian Standard Time"{
|
||||
|
@ -156,7 +156,6 @@ windowsZones:table(nofallback){
|
|||
}
|
||||
"Central Pacific Standard Time"{
|
||||
001{"Pacific/Guadalcanal"}
|
||||
AQ{"Antarctica/Casey"}
|
||||
AU{"Antarctica/Macquarie"}
|
||||
FM{"Pacific/Ponape Pacific/Kosrae"}
|
||||
NC{"Pacific/Noumea"}
|
||||
|
@ -212,7 +211,6 @@ windowsZones:table(nofallback){
|
|||
KE{"Africa/Nairobi"}
|
||||
KM{"Indian/Comoro"}
|
||||
MG{"Indian/Antananarivo"}
|
||||
SD{"Africa/Khartoum"}
|
||||
SO{"Africa/Mogadishu"}
|
||||
SS{"Africa/Juba"}
|
||||
TZ{"Africa/Dar_es_Salaam"}
|
||||
|
@ -289,7 +287,7 @@ windowsZones:table(nofallback){
|
|||
}
|
||||
"GTB Standard Time"{
|
||||
001{"Europe/Bucharest"}
|
||||
CY{"Asia/Nicosia"}
|
||||
CY{"Asia/Famagusta Asia/Nicosia"}
|
||||
GR{"Europe/Athens"}
|
||||
RO{"Europe/Bucharest"}
|
||||
}
|
||||
|
@ -316,7 +314,6 @@ windowsZones:table(nofallback){
|
|||
SH{"Atlantic/St_Helena"}
|
||||
SL{"Africa/Freetown"}
|
||||
SN{"Africa/Dakar"}
|
||||
ST{"Africa/Sao_Tome"}
|
||||
TG{"Africa/Lome"}
|
||||
}
|
||||
"Haiti Standard Time"{
|
||||
|
@ -372,6 +369,11 @@ windowsZones:table(nofallback){
|
|||
001{"Asia/Magadan"}
|
||||
RU{"Asia/Magadan"}
|
||||
}
|
||||
"Magallanes Standard Time"{
|
||||
001{"America/Punta_Arenas"}
|
||||
AQ{"Antarctica/Palmer"}
|
||||
CL{"America/Punta_Arenas"}
|
||||
}
|
||||
"Marquesas Standard Time"{
|
||||
001{"Pacific/Marquesas"}
|
||||
PF{"Pacific/Marquesas"}
|
||||
|
@ -457,7 +459,6 @@ windowsZones:table(nofallback){
|
|||
}
|
||||
"Pacific SA Standard Time"{
|
||||
001{"America/Santiago"}
|
||||
AQ{"Antarctica/Palmer"}
|
||||
CL{"America/Santiago"}
|
||||
}
|
||||
"Pacific Standard Time (Mexico)"{
|
||||
|
@ -467,7 +468,7 @@ windowsZones:table(nofallback){
|
|||
"Pacific Standard Time"{
|
||||
001{"America/Los_Angeles"}
|
||||
CA{"America/Vancouver America/Dawson America/Whitehorse"}
|
||||
US{"America/Los_Angeles"}
|
||||
US{"America/Los_Angeles America/Metlakatla"}
|
||||
ZZ{"PST8PDT"}
|
||||
}
|
||||
"Pakistan Standard Time"{
|
||||
|
@ -579,6 +580,14 @@ windowsZones:table(nofallback){
|
|||
001{"Pacific/Apia"}
|
||||
WS{"Pacific/Apia"}
|
||||
}
|
||||
"Sao Tome Standard Time"{
|
||||
001{"Africa/Sao_Tome"}
|
||||
ST{"Africa/Sao_Tome"}
|
||||
}
|
||||
"Saratov Standard Time"{
|
||||
001{"Europe/Saratov"}
|
||||
RU{"Europe/Saratov"}
|
||||
}
|
||||
"Singapore Standard Time"{
|
||||
001{"Asia/Singapore"}
|
||||
BN{"Asia/Brunei"}
|
||||
|
@ -607,6 +616,10 @@ windowsZones:table(nofallback){
|
|||
001{"Asia/Colombo"}
|
||||
LK{"Asia/Colombo"}
|
||||
}
|
||||
"Sudan Standard Time"{
|
||||
001{"Africa/Khartoum"}
|
||||
SD{"Africa/Khartoum"}
|
||||
}
|
||||
"Syria Standard Time"{
|
||||
001{"Asia/Damascus"}
|
||||
SY{"Asia/Damascus"}
|
||||
|
@ -637,10 +650,7 @@ windowsZones:table(nofallback){
|
|||
}
|
||||
"Tonga Standard Time"{
|
||||
001{"Pacific/Tongatapu"}
|
||||
KI{"Pacific/Enderbury"}
|
||||
TK{"Pacific/Fakaofo"}
|
||||
TO{"Pacific/Tongatapu"}
|
||||
ZZ{"Etc/GMT-13"}
|
||||
}
|
||||
"Transbaikal Standard Time"{
|
||||
001{"Asia/Chita"}
|
||||
|
@ -668,7 +678,7 @@ windowsZones:table(nofallback){
|
|||
"UTC"{
|
||||
001{"Etc/GMT"}
|
||||
GL{"America/Danmarkshavn"}
|
||||
ZZ{"Etc/GMT"}
|
||||
ZZ{"Etc/GMT Etc/UTC"}
|
||||
}
|
||||
"UTC+12"{
|
||||
001{"Etc/GMT-12"}
|
||||
|
@ -680,6 +690,12 @@ windowsZones:table(nofallback){
|
|||
WF{"Pacific/Wallis"}
|
||||
ZZ{"Etc/GMT-12"}
|
||||
}
|
||||
"UTC+13"{
|
||||
001{"Etc/GMT-13"}
|
||||
KI{"Pacific/Enderbury"}
|
||||
TK{"Pacific/Fakaofo"}
|
||||
ZZ{"Etc/GMT-13"}
|
||||
}
|
||||
"UTC-02"{
|
||||
001{"Etc/GMT+2"}
|
||||
BR{"America/Noronha"}
|
||||
|
@ -717,6 +733,7 @@ windowsZones:table(nofallback){
|
|||
}
|
||||
"W. Australia Standard Time"{
|
||||
001{"Australia/Perth"}
|
||||
AQ{"Antarctica/Casey"}
|
||||
AU{"Australia/Perth"}
|
||||
}
|
||||
"W. Central Africa Standard Time"{
|
||||
|
@ -762,7 +779,7 @@ windowsZones:table(nofallback){
|
|||
"West Asia Standard Time"{
|
||||
001{"Asia/Tashkent"}
|
||||
AQ{"Antarctica/Mawson"}
|
||||
KZ{"Asia/Oral Asia/Aqtau Asia/Aqtobe Asia/Atyrau"}
|
||||
KZ{"Asia/Oral Asia/Aqtau Asia/Aqtobe Asia/Atyrau Asia/Qyzylorda"}
|
||||
MV{"Indian/Maldives"}
|
||||
TF{"Indian/Kerguelen"}
|
||||
TJ{"Asia/Dushanbe"}
|
||||
|
|
2647
icu4c/source/data/misc/zoneinfo64.txt
Normal file → Executable file
2647
icu4c/source/data/misc/zoneinfo64.txt
Normal file → Executable file
File diff suppressed because it is too large
Load diff
|
@ -1205,31 +1205,43 @@ TimeZoneTest::TestAliasedNames()
|
|||
/* Generated by org.unicode.cldr.tool.CountItems */
|
||||
|
||||
/* zoneID, canonical zoneID */
|
||||
{"Africa/Timbuktu", "Africa/Bamako"},
|
||||
{"Africa/Asmara", "Africa/Addis_Ababa"},
|
||||
{"Africa/Timbuktu", "Africa/Abidjan"},
|
||||
{"America/Argentina/Buenos_Aires", "America/Buenos_Aires"},
|
||||
{"America/Argentina/Catamarca", "America/Catamarca"},
|
||||
{"America/Argentina/ComodRivadavia", "America/Catamarca"},
|
||||
{"America/Argentina/Cordoba", "America/Cordoba"},
|
||||
{"America/Argentina/Jujuy", "America/Jujuy"},
|
||||
{"America/Argentina/Mendoza", "America/Mendoza"},
|
||||
{"America/Atikokan", "America/Coral_Harbour"},
|
||||
{"America/Atka", "America/Adak"},
|
||||
{"America/Ensenada", "America/Tijuana"},
|
||||
{"America/Fort_Wayne", "America/Indiana/Indianapolis"},
|
||||
{"America/Indianapolis", "America/Indiana/Indianapolis"},
|
||||
{"America/Fort_Wayne", "America/Indianapolis"},
|
||||
{"America/Indiana/Indianapolis", "America/Indianapolis"},
|
||||
{"America/Kentucky/Louisville", "America/Louisville"},
|
||||
{"America/Knox_IN", "America/Indiana/Knox"},
|
||||
{"America/Louisville", "America/Kentucky/Louisville"},
|
||||
{"America/Porto_Acre", "America/Rio_Branco"},
|
||||
{"America/Rosario", "America/Cordoba"},
|
||||
{"America/Virgin", "America/St_Thomas"},
|
||||
{"America/Shiprock", "America/Denver"},
|
||||
{"America/Virgin", "America/Anguilla"},
|
||||
{"Antarctica/South_Pole", "Antarctica/McMurdo"},
|
||||
{"Asia/Ashkhabad", "Asia/Ashgabat"},
|
||||
{"Asia/Chungking", "Asia/Chongqing"},
|
||||
{"Asia/Chongqing", "Asia/Shanghai"},
|
||||
{"Asia/Chungking", "Asia/Shanghai"},
|
||||
{"Asia/Dacca", "Asia/Dhaka"},
|
||||
{"Asia/Harbin", "Asia/Shanghai"},
|
||||
{"Asia/Ho_Chi_Minh", "Asia/Saigon"},
|
||||
{"Asia/Istanbul", "Europe/Istanbul"},
|
||||
{"Asia/Kashgar", "Asia/Urumqi"},
|
||||
{"Asia/Kathmandu", "Asia/Katmandu"},
|
||||
{"Asia/Kolkata", "Asia/Calcutta"},
|
||||
{"Asia/Macao", "Asia/Macau"},
|
||||
{"Asia/Tel_Aviv", "Asia/Jerusalem"},
|
||||
{"Asia/Thimbu", "Asia/Thimphu"},
|
||||
{"Asia/Ujung_Pandang", "Asia/Makassar"},
|
||||
{"Asia/Ulan_Bator", "Asia/Ulaanbaatar"},
|
||||
{"Atlantic/Faroe", "Atlantic/Faeroe"},
|
||||
{"Atlantic/Jan_Mayen", "Arctic/Longyearbyen"},
|
||||
{"Australia/ACT", "Australia/Sydney"},
|
||||
{"Australia/Canberra", "Australia/Sydney"},
|
||||
{"Australia/LHI", "Australia/Lord_Howe"},
|
||||
|
@ -1257,16 +1269,16 @@ TimeZoneTest::TestAliasedNames()
|
|||
{"Chile/Continental", "America/Santiago"},
|
||||
{"Chile/EasterIsland", "Pacific/Easter"},
|
||||
{"Cuba", "America/Havana"},
|
||||
{"EST", "Etc/GMT+5"},
|
||||
{"Egypt", "Africa/Cairo"},
|
||||
{"Eire", "Europe/Dublin"},
|
||||
{"Etc/GMT+0", "Etc/GMT"},
|
||||
{"Etc/GMT-0", "Etc/GMT"},
|
||||
{"Etc/GMT0", "Etc/GMT"},
|
||||
{"Etc/Greenwich", "Etc/GMT"},
|
||||
{"Etc/UCT", "Etc/GMT"},
|
||||
{"Etc/UTC", "Etc/GMT"},
|
||||
{"Etc/Universal", "Etc/GMT"},
|
||||
{"Etc/Zulu", "Etc/GMT"},
|
||||
{"Etc/UCT", "Etc/UTC"},
|
||||
{"Etc/Universal", "Etc/UTC"},
|
||||
{"Etc/Zulu", "Etc/UTC"},
|
||||
{"Europe/Belfast", "Europe/London"},
|
||||
{"Europe/Nicosia", "Asia/Nicosia"},
|
||||
{"Europe/Tiraspol", "Europe/Chisinau"},
|
||||
|
@ -1277,6 +1289,7 @@ TimeZoneTest::TestAliasedNames()
|
|||
{"GMT-0", "Etc/GMT"},
|
||||
{"GMT0", "Etc/GMT"},
|
||||
{"Greenwich", "Etc/GMT"},
|
||||
{"HST", "Etc/GMT+10"},
|
||||
{"Hongkong", "Asia/Hong_Kong"},
|
||||
{"Iceland", "Atlantic/Reykjavik"},
|
||||
{"Iran", "Asia/Tehran"},
|
||||
|
@ -1285,27 +1298,37 @@ TimeZoneTest::TestAliasedNames()
|
|||
{"Japan", "Asia/Tokyo"},
|
||||
{"Kwajalein", "Pacific/Kwajalein"},
|
||||
{"Libya", "Africa/Tripoli"},
|
||||
{"MST", "Etc/GMT+7"},
|
||||
{"Mexico/BajaNorte", "America/Tijuana"},
|
||||
{"Mexico/BajaSur", "America/Mazatlan"},
|
||||
{"Mexico/General", "America/Mexico_City"},
|
||||
{"NZ", "Pacific/Auckland"},
|
||||
{"NZ", "Antarctica/McMurdo"},
|
||||
{"NZ-CHAT", "Pacific/Chatham"},
|
||||
{"Navajo", "America/Shiprock"},
|
||||
{"Navajo", "America/Denver"},
|
||||
{"PRC", "Asia/Shanghai"},
|
||||
{"Pacific/Samoa", "Pacific/Pago_Pago"},
|
||||
{"Pacific/Chuuk", "Pacific/Truk"},
|
||||
{"Pacific/Pohnpei", "Pacific/Ponape"},
|
||||
{"Pacific/Samoa", "Pacific/Midway"},
|
||||
{"Pacific/Yap", "Pacific/Truk"},
|
||||
{"Poland", "Europe/Warsaw"},
|
||||
{"Portugal", "Europe/Lisbon"},
|
||||
{"ROC", "Asia/Taipei"},
|
||||
{"ROK", "Asia/Seoul"},
|
||||
{"Singapore", "Asia/Singapore"},
|
||||
{"SystemV/AST4", "Etc/GMT+4"},
|
||||
{"SystemV/CST6", "Etc/GMT+6"},
|
||||
{"SystemV/EST5", "Etc/GMT+5"},
|
||||
{"SystemV/HST10", "Etc/GMT+10"},
|
||||
{"SystemV/MST7", "Etc/GMT+7"},
|
||||
{"SystemV/PST8", "Etc/GMT+8"},
|
||||
{"SystemV/YST9", "Etc/GMT+9"},
|
||||
{"Turkey", "Europe/Istanbul"},
|
||||
{"UCT", "Etc/GMT"},
|
||||
{"UCT", "Etc/UTC"},
|
||||
{"US/Alaska", "America/Anchorage"},
|
||||
{"US/Aleutian", "America/Adak"},
|
||||
{"US/Arizona", "America/Phoenix"},
|
||||
{"US/Central", "America/Chicago"},
|
||||
{"US/East-Indiana", "America/Indiana/Indianapolis"},
|
||||
{"US/East-Indiana", "America/Indianapolis"},
|
||||
{"US/Eastern", "America/New_York"},
|
||||
{"US/Hawaii", "Pacific/Honolulu"},
|
||||
{"US/Indiana-Starke", "America/Indiana/Knox"},
|
||||
|
@ -1313,13 +1336,12 @@ TimeZoneTest::TestAliasedNames()
|
|||
{"US/Mountain", "America/Denver"},
|
||||
{"US/Pacific", "America/Los_Angeles"},
|
||||
{"US/Pacific-New", "America/Los_Angeles"},
|
||||
{"US/Samoa", "Pacific/Pago_Pago"},
|
||||
{"UTC", "Etc/GMT"},
|
||||
{"Universal", "Etc/GMT"},
|
||||
{"US/Samoa", "Pacific/Midway"},
|
||||
{"UTC", "Etc/UTC"},
|
||||
{"Universal", "Etc/UTC"},
|
||||
{"W-SU", "Europe/Moscow"},
|
||||
{"Zulu", "Etc/GMT"},
|
||||
/* Total: 113 */
|
||||
|
||||
{"Zulu", "Etc/UTC"},
|
||||
/* Total: 136 */
|
||||
};
|
||||
|
||||
TimeZone::EDisplayType styles[] = { TimeZone::SHORT, TimeZone::LONG };
|
||||
|
|
|
@ -6,6 +6,6 @@
|
|||
#*******************************************************************************
|
||||
api.report.version = 58
|
||||
api.report.prev.version = 57
|
||||
release.file.ver = 58_2
|
||||
api.doc.version = 58.2
|
||||
release.file.ver = 58_3
|
||||
api.doc.version = 58.3
|
||||
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
<property name="icu4j.api.doc.title" value="ICU4J ${api.doc.version} API Specification"/>
|
||||
<property name="icu4j.api.doc.window.title" value="ICU4J ${api.doc.version}"/>
|
||||
<property name="icu4j.api.doc.header" value="ICU4J ${api.doc.version}"/>
|
||||
<property name="icu4j.api.doc.jdk.link" value="http://docs.oracle.com/javase/8/docs/api/"/>
|
||||
<property name="icu4j.api.doc.jdk.link" value="https://docs.oracle.com/javase/8/docs/api/"/>
|
||||
|
||||
<!-- directories -->
|
||||
<property name="release.dir" value="release"/>
|
||||
|
|
|
@ -4,6 +4,6 @@
|
|||
#* Copyright (C) 2010-2016, International Business Machines Corporation and *
|
||||
#* others. All Rights Reserved. *
|
||||
#*******************************************************************************
|
||||
icu4j.plugin.impl.version.string=58.2.0
|
||||
icu4j.plugin.impl.version.string=58.3.0
|
||||
copyright.eclipse=(C) 2016 and later: Unicode, Inc. and others. License & terms of use: http://www.unicode.org/copyright.html#License
|
||||
icu4j.data.version.number=58
|
||||
|
|
|
@ -560,8 +560,8 @@ public final class VersionInfo implements Comparable<VersionInfo>
|
|||
UNICODE_8_0 = getInstance(8, 0, 0, 0);
|
||||
UNICODE_9_0 = getInstance(9, 0, 0, 0);
|
||||
|
||||
ICU_VERSION = getInstance(58, 2, 0, 0);
|
||||
ICU_DATA_VERSION = getInstance(58, 2, 0, 0);
|
||||
ICU_VERSION = getInstance(58, 3, 0, 0);
|
||||
ICU_DATA_VERSION = getInstance(58, 3, 0, 0);
|
||||
UNICODE_VERSION = UNICODE_9_0;
|
||||
|
||||
UCOL_RUNTIME_VERSION = getInstance(9);
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
# Version numbers, etc.
|
||||
icu4j.spec.version = 58
|
||||
icu4j.impl.version = 58.2
|
||||
icu4j.impl.version = 58.3
|
||||
icu4j.data.version = 58
|
||||
current.year = 2016
|
||||
default.exec.env = JavaSE-1.6
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:45df059473d167142f4a64fd78ebe8b2897990bf8cef06c72c35354e7d0a7687
|
||||
size 12101099
|
||||
oid sha256:0cded163797314528933c50a87978b402e2ce74cc4cbe7580996889a401e68d3
|
||||
size 12101455
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fb0265eb5190923af46c8057c458327532fcb16668e8f4aa62576c62bc0cb33a
|
||||
size 92197
|
||||
oid sha256:5d0c46d210b59702ff16b3cb3b305211d483d6d60de24bd6bea92b8fe22211f8
|
||||
size 94073
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:35b2ac22d5f3cdc1e7800414a806e6e9597379433f80acc9a72e7f65ecc351fe
|
||||
size 812440
|
||||
oid sha256:abc87d0c9f5f6fdb7ed2255d3d11ceeec3382367a0283ad0fa8b516add46af2d
|
||||
size 812450
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
package com.ibm.icu.dev.test.util;
|
||||
|
||||
public class DebugUtilitiesData extends Object {
|
||||
public static final String ICU4C_VERSION="58.2";
|
||||
public static final String ICU4C_VERSION="58.3";
|
||||
public static final int UDebugEnumType = 0;
|
||||
public static final int UCalendarDateFields = 1;
|
||||
public static final int UCalendarMonths = 2;
|
||||
|
|
28
icu4j/pom.xml
Normal file → Executable file
28
icu4j/pom.xml
Normal file → Executable file
|
@ -13,7 +13,7 @@
|
|||
|
||||
<groupId>com.ibm.icu</groupId>
|
||||
<artifactId>icu4j</artifactId>
|
||||
<version>58.2</version>
|
||||
<version>58.3</version>
|
||||
|
||||
<name>ICU4J</name>
|
||||
<description>
|
||||
|
@ -22,17 +22,18 @@
|
|||
</description>
|
||||
<url>http://icu-project.org/</url>
|
||||
<inceptionYear>2001</inceptionYear>
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Unicode/ICU License</name>
|
||||
<url>http://source.icu-project.org/repos/icu/trunk/icu4j/main/shared/licenses/LICENSE</url>
|
||||
<url>https://raw.githubusercontent.com/unicode-org/icu/master/icu4c/LICENSE</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
|
||||
<developers>
|
||||
<developer>
|
||||
<id>mark</id>
|
||||
<id>macchiati</id>
|
||||
<name>Mark Davis</name>
|
||||
<organization>Google</organization>
|
||||
<roles>
|
||||
|
@ -40,7 +41,7 @@
|
|||
</roles>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>emmons</id>
|
||||
<id>JCEmmons</id>
|
||||
<name>John Emmons</name>
|
||||
<organization>IBM Corporation</organization>
|
||||
<roles>
|
||||
|
@ -48,7 +49,7 @@
|
|||
</roles>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>doug</id>
|
||||
<id>dougfelt</id>
|
||||
<name>Doug Felt</name>
|
||||
<organization>Google</organization>
|
||||
<roles>
|
||||
|
@ -64,7 +65,7 @@
|
|||
</roles>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>srl</id>
|
||||
<id>srl295</id>
|
||||
<name>Steven Loomis</name>
|
||||
<organization>IBM Corporation</organization>
|
||||
<roles>
|
||||
|
@ -72,7 +73,7 @@
|
|||
</roles>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>markus</id>
|
||||
<id>markusicu</id>
|
||||
<name>Markus Scherer</name>
|
||||
<organization>Google</organization>
|
||||
<roles>
|
||||
|
@ -88,7 +89,7 @@
|
|||
</roles>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>yoshito</id>
|
||||
<id>yumaoka</id>
|
||||
<name>Yoshito Umaoka</name>
|
||||
<organization>IBM Corporation</organization>
|
||||
<roles>
|
||||
|
@ -122,13 +123,14 @@
|
|||
</mailingLists>
|
||||
|
||||
<scm>
|
||||
<connection>scm:svn:http://source.icu-project.org/repos/icu/trunk/icu4j</connection>
|
||||
<developerConnection>scm:svn:http://source.icu-project.org/repos/icu/trunk/icu4j</developerConnection>
|
||||
<url>http://source.icu-project.org/repos/icu/trunk/icu4j</url>
|
||||
<connection>scm:git:git://github.com/unicode-org/icu.git</connection>
|
||||
<developerConnection>scm:git:git@github.com:unicode-org/icu.git</developerConnection>
|
||||
<url>https://github.com/unicode-org/icu</url>
|
||||
</scm>
|
||||
|
||||
<issueManagement>
|
||||
<system>Trac</system>
|
||||
<url>http://bugs.icu-project.org/trac/</url>
|
||||
<system>JIRA</system>
|
||||
<url>https://unicode-org.atlassian.net/projects/ICU</url>
|
||||
</issueManagement>
|
||||
|
||||
<distributionManagement>
|
||||
|
|
|
@ -14,8 +14,8 @@ h3.doc { text-decoration: underline }
|
|||
<body style="background-color: rgb(255, 255, 255);" lang="EN-US"
|
||||
link="#0000ff" vlink="#800080">
|
||||
<h1>International Components for Unicode for Java (ICU4J)</h1>
|
||||
<h2>Read Me for ICU4J 58.2</h2>
|
||||
(Last Update: 2016-Dec-8)
|
||||
<h2>Read Me for ICU4J 58.3</h2>
|
||||
(Last Update: 2019-Apr-10)
|
||||
<hr size="2" width="100%">
|
||||
|
||||
<p>
|
||||
|
@ -186,7 +186,7 @@ builds, and they are packaged in jar files for convenient download.
|
|||
<dependency>
|
||||
<groupId>com.ibm.icu</groupId>
|
||||
<artifactId>icu4j</artifactId>
|
||||
<version>58.2</version>
|
||||
<version>58.3</version>
|
||||
</dependency>
|
||||
</pre>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Reference in a new issue