X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/729e4ab9bc6618bc3d8a898e575df7f4019e29ca..5ea0322b6ab2af986e4c764284141380031dd014:/icuSources/tools/tzcode/tz2icu.h diff --git a/icuSources/tools/tzcode/tz2icu.h b/icuSources/tools/tzcode/tz2icu.h index a488ea6d..213608d3 100644 --- a/icuSources/tools/tzcode/tz2icu.h +++ b/icuSources/tools/tzcode/tz2icu.h @@ -1,6 +1,6 @@ /* ********************************************************************** -* Copyright (c) 2003-2010, International Business Machines +* Copyright (c) 2003-2013, International Business Machines * Corporation and others. All Rights Reserved. ********************************************************************** * Author: Alan Liu @@ -31,9 +31,6 @@ typedef unsigned char ICUZoneinfoVersion; * zic to communicate final zone data to tz2icu. */ #define ICU_ZONE_FILE "icu_zone.txt" -/* File containing legacy aliases. Read by tz2icu. */ -#define ICU_TZ_ALIAS "tz.alias" - /* Output resource name. This determines both the file name and the * resource name within the file. That is, the output will be to the * file ICU_TZ_RESOURCE ".txt" and the resource within it will be @@ -41,4 +38,7 @@ typedef unsigned char ICUZoneinfoVersion; #define ICU_TZ_RESOURCE_OLD "zoneinfo" #define ICU_TZ_RESOURCE "zoneinfo64" +/* File containinng custom zone-region mapping. */ +#define ICU_REGIONS "icuregions" + #endif