2 *******************************************************************************
4 * Copyright (C) 2002-2011, International Business Machines
5 * Corporation and others. All Rights Reserved.
7 *******************************************************************************
11 * Modification History:
12 *******************************************************************************
19 #include "unicode/utypes.h"
20 #include "unicode/putil.h"
36 #include "unicode/ucol.h"
37 #include "unicode/uloc.h"
39 /* The version of genrb */
40 #define GENRB_VERSION "3.3"
44 extern UBool gIncludeUnihanColl
;
46 U_CAPI
void processFile(
50 const char *outputDir
,
51 const char *packageName
,
52 UBool omitBinaryCollation
,