Update ICU to 58.3

- This adds the new Japanese ascension era (Reiwa)
- This updates timezone data to 2019a
- Updated script for git instead of SVN
- Regenerated locale data
This commit is contained in:
wolfbeast 2019-06-15 20:39:39 +02:00 committed by Roy Tam
commit 18688cb1bf
1901 changed files with 3434 additions and 3278 deletions

View file

@ -683,7 +683,6 @@ ZoneMeta::createMetazoneMappings(const UnicodeString &tzid) {
mzMappings = new UVector(deleteOlsonToMetaMappingEntry, NULL, status);
if (U_FAILURE(status)) {
delete mzMappings;
deleteOlsonToMetaMappingEntry(entry);
uprv_free(entry);
break;
}