1 // © 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
4 *******************************************************************************
6 * Copyright (C) 2002-2015, International Business Machines
7 * Corporation and others. All Rights Reserved.
9 *******************************************************************************
18 #include "unicode/utypes.h"
19 #include "unicode/putil.h"
33 #include "unicode/ucol.h"
34 #include "unicode/uloc.h"
36 /* The version of genrb */
37 #define GENRB_VERSION "56"
41 U_CAPI
void processFile(
45 const char *outputDir
,
46 const char *packageName
,
47 UBool omitBinaryCollation
,