2 *******************************************************************************
3 * Copyright (C) 2000-2006, International Business Machines
4 * Corporation and others. All Rights Reserved.
5 *******************************************************************************
7 * file name: uversion.h
9 * tab size: 8 (not used)
12 * Created by: Vladimir Weinstein
14 * Contains all the important version numbers for ICU.
15 * Gets included by utypes.h and Windows .rc files
20 * \brief C API: Contains all the important version numbers for ICU.
22 /*===========================================================================*/
23 /* Main ICU version information */
24 /*===========================================================================*/
30 * IMPORTANT: When updating version, the following things need to be done:
31 * source/common/unicode/uversion.h - this file: update major, minor,
32 * patchlevel, suffix, version, short version constants, namespace,
34 * source/common/common.vcproj - update 'Output file name' on the link tab so
35 * that it contains the new major/minor combination
36 * source/i18n/i18n.vcproj - same as for the common.vcproj
37 * source/layout/layout.vcproj - same as for the common.vcproj
38 * source/stubdata/stubdata.vcproj - same as for the common.vcproj
39 * source/io/io.vcproj - same as for the common.vcproj
40 * source/data/makedata.mak - change U_ICUDATA_NAME so that it contains
41 * the new major/minor combination
42 * source/tools/genren/genren.pl - use this script according to the README
46 #include "unicode/umachine.h"
48 /** The standard copyright notice that gets compiled into each library.
49 * This value will change in the subsequent releases of ICU
52 #define U_COPYRIGHT_STRING \
53 " Copyright (C) 2005, International Business Machines Corporation and others. All Rights Reserved. "
55 /** Maximum length of the copyright string.
58 #define U_COPYRIGHT_STRING_LENGTH 128
60 /** The current ICU major version as an integer.
61 * This value will change in the subsequent releases of ICU
64 #define U_ICU_VERSION_MAJOR_NUM 3
66 /** The current ICU minor version as an integer.
67 * This value will change in the subsequent releases of ICU
70 #define U_ICU_VERSION_MINOR_NUM 6
72 /** The current ICU patchlevel version as an integer.
73 * This value will change in the subsequent releases of ICU
76 #define U_ICU_VERSION_PATCHLEVEL_NUM 0
78 /** The current ICU build level version as an integer.
79 * This value is for use by ICU clients. It defaults to 0.
82 #ifndef U_ICU_VERSION_BUILDLEVEL_NUM
83 #define U_ICU_VERSION_BUILDLEVEL_NUM 0
86 /** Glued version suffix for renamers
87 * This value will change in the subsequent releases of ICU
90 #define U_ICU_VERSION_SUFFIX _3_6
92 /** The current ICU library version as a dotted-decimal string. The patchlevel
93 * only appears in this string if it non-zero.
94 * This value will change in the subsequent releases of ICU
97 #define U_ICU_VERSION "3.6"
99 /** The current ICU library major/minor version as a string without dots, for library name suffixes.
100 * This value will change in the subsequent releases of ICU
103 #define U_ICU_VERSION_SHORT "36"
105 /** An ICU version consists of up to 4 numbers from 0..255.
108 #define U_MAX_VERSION_LENGTH 4
110 /** In a string, ICU version fields are delimited by dots.
113 #define U_VERSION_DELIMITER '.'
115 /** The maximum length of an ICU version string.
118 #define U_MAX_VERSION_STRING_LENGTH 20
120 /** The binary form of a version on ICU APIs is an array of 4 uint8_t.
123 typedef uint8_t UVersionInfo
[U_MAX_VERSION_LENGTH
];
125 #if U_HAVE_NAMESPACE && defined(XP_CPLUSPLUS)
126 #if U_DISABLE_RENAMING
127 #define U_ICU_NAMESPACE icu
128 namespace U_ICU_NAMESPACE
{ }
130 #define U_ICU_NAMESPACE icu_3_6
131 namespace U_ICU_NAMESPACE
{ }
132 namespace icu
= U_ICU_NAMESPACE
;
135 #ifndef U_USING_ICU_NAMESPACE
136 # define U_USING_ICU_NAMESPACE 1
139 #if U_USING_ICU_NAMESPACE
146 /*===========================================================================*/
147 /* General version helper functions. Definitions in putil.c */
148 /*===========================================================================*/
151 * Parse a string with dotted-decimal version information and
152 * fill in a UVersionInfo structure with the result.
153 * Definition of this function lives in putil.c
155 * @param versionArray The destination structure for the version information.
156 * @param versionString A string with dotted-decimal version information,
157 * with up to four non-negative number fields with
158 * values of up to 255 each.
161 U_STABLE
void U_EXPORT2
162 u_versionFromString(UVersionInfo versionArray
, const char *versionString
);
165 * Write a string with dotted-decimal version information according
166 * to the input UVersionInfo.
167 * Definition of this function lives in putil.c
169 * @param versionArray The version information to be written as a string.
170 * @param versionString A string buffer that will be filled in with
171 * a string corresponding to the numeric version
172 * information in versionArray.
173 * The buffer size must be at least U_MAX_VERSION_STRING_LENGTH.
176 U_STABLE
void U_EXPORT2
177 u_versionToString(UVersionInfo versionArray
, char *versionString
);
180 * Gets the ICU release version. The version array stores the version information
181 * for ICU. For example, release "1.3.31.2" is then represented as 0x01031F02.
182 * Definition of this function lives in putil.c
184 * @param versionArray the version # information, the result will be filled in
187 U_STABLE
void U_EXPORT2
188 u_getVersion(UVersionInfo versionArray
);
191 /*===========================================================================
192 * ICU collation framework version information
193 * Version info that can be obtained from a collator is affected by these
194 * numbers in a secret and magic way. Please use collator version as whole
195 *===========================================================================
198 /** Collation runtime version (sort key generator, strcoll).
199 * If the version is different, sortkeys for the same string could be different
200 * version 2 was in ICU 1.8.1. changed is: compression intervals, French secondary
201 * compression, generating quad level always when strength is quad or more
202 * version 4 - ICU 2.2 - tracking UCA changes, ignore completely ignorables
203 * in contractions, ignore primary ignorables after shifted
204 * version 5 - ICU 2.8 - changed implicit generation code
205 * version 6 - ICU 3.4 - with the UCA 4.1, Thai tag is no longer generated or used
206 * This value may change in the subsequent releases of ICU
209 #define UCOL_RUNTIME_VERSION 6
211 /** Builder code version. When this is different, same tailoring might result
212 * in assigning different collation elements to code points
213 * version 2 was in ICU 1.8.1. added support for prefixes, tweaked canonical
214 * closure. However, the tailorings should probably get same CEs assigned
215 * version 5 - ICU 2.2 - fixed some bugs, renamed some indirect values.
216 * version 6 - ICU 2.8 - fixed bug in builder that allowed 0xFF in primary values
217 * version 7 - ICU 3.4 - with the UCA 4.1 Thai tag is no longer processed, complete ignorables
218 * now break contractions
219 * Backward compatible with the old rules.
220 * This value may change in the subsequent releases of ICU
223 #define UCOL_BUILDER_VERSION 7
225 /** *** Removed *** Instead we use the data we read from FractionalUCA.txt
226 * This is the version of FractionalUCA.txt tailoring rules
227 * Version 1 was in ICU 1.8.1. Version two contains canonical closure for
228 * supplementary code points
229 * Version 4 in ICU 2.2, following UCA=3.1.1d6, UCD=3.2.0
230 * This value may change in the subsequent releases of ICU
233 /*#define UCOL_FRACTIONAL_UCA_VERSION 4*/
235 /** This is the version of the tailorings
236 * This value may change in the subsequent releases of ICU
239 #define UCOL_TAILORINGS_VERSION 1