ICU-2364 removed UCOL_FRACTIONAL_UCA_VERSION - this is now read from FractionalUCA.txt

X-SVN-Rev: 11663
This commit is contained in:
Vladimir Weinstein 2003-04-24 07:02:27 +00:00
parent 5294fda0d3
commit 5b5835beaf

View File

@ -190,14 +190,15 @@ u_getVersion(UVersionInfo versionArray);
*/
#define UCOL_BUILDER_VERSION 5
/** This is the version of FractionalUCA.txt tailoring rules
/** *** Removed *** Instead we use the data we read from FractionalUCA.txt
* This is the version of FractionalUCA.txt tailoring rules
* Version 1 was in ICU 1.8.1. Version two contains canonical closure for
* supplementary code points
* Version 4 in ICU 2.2, following UCA=3.1.1d6, UCD=3.2.0
* This value may change in the subsequent releases of ICU
* @draft ICU 2.4
*/
#define UCOL_FRACTIONAL_UCA_VERSION 4
/*#define UCOL_FRACTIONAL_UCA_VERSION 4*/
/** This is the version of the tailorings
* This value may change in the subsequent releases of ICU