]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/tzcode/tz2icu.h
ICU-511.34.tar.gz
[apple/icu.git] / icuSources / tools / tzcode / tz2icu.h
index d3cfa6418760fa7c25b02bd2d050a84936b03cfc..213608d3a01bfa065045652cdb2ecfa11df3b34c 100644 (file)
@@ -1,6 +1,6 @@
 /*
 **********************************************************************
 /*
 **********************************************************************
-* Copyright (c) 2003-2004, International Business Machines
+* Copyright (c) 2003-2013, International Business Machines
 * Corporation and others.  All Rights Reserved.
 **********************************************************************
 * Author: Alan Liu
 * Corporation and others.  All Rights Reserved.
 **********************************************************************
 * Author: Alan Liu
@@ -31,13 +31,14 @@ typedef unsigned char ICUZoneinfoVersion;
  * zic to communicate final zone data to tz2icu. */
 #define ICU_ZONE_FILE "icu_zone.txt"
 
  * 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
  * ICU_TZ_RESOURCE. */
 /* 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
  * ICU_TZ_RESOURCE. */
-#define ICU_TZ_RESOURCE "zoneinfo"
+#define ICU_TZ_RESOURCE_OLD "zoneinfo"
+#define ICU_TZ_RESOURCE "zoneinfo64"
+
+/* File containinng custom zone-region mapping. */
+#define ICU_REGIONS "icuregions"
 
 #endif
 
 #endif