From 3bc12c63aa7f2a849cc3b49ce81d35e1d7905106 Mon Sep 17 00:00:00 2001 From: Markus Scherer Date: Wed, 11 Jun 2003 21:50:54 +0000 Subject: [PATCH] ICU-2594 add a link to the collation design doc X-SVN-Rev: 12473 --- icu4c/source/i18n/ucol_imp.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/icu4c/source/i18n/ucol_imp.h b/icu4c/source/i18n/ucol_imp.h index d9ee2b9f2b0..da7e2b2938c 100644 --- a/icu4c/source/i18n/ucol_imp.h +++ b/icu4c/source/i18n/ucol_imp.h @@ -48,9 +48,16 @@ * udata header in front of the image and should be opened using udata_open. * Tailoring images are currently stored inside resource bundles and are intialized * through ucol_open API. + * + * The following describes the formats for collation binaries + * (UCA & tailorings) and for the inverse UCA table. + * Substructures are described in the collation design document at + * http://oss.software.ibm.com/cvs/icu/~checkout~/icuhtml/design/collation/ICU_collation_design.htm + * * Here is the format of binary collation image. + * * int32_t size; - image size in bytes - + * * Offsets to interesting data. All offsets are in bytes. * to get the address add to the header address and cast properly. * Offsets are in ascending order if non-zero.