]>
git.saurik.com Git - apple/icu.git/blob - icuSources/tools/genbidi/genbidi.h
2 *******************************************************************************
4 * Copyright (C) 2004-2005, International Business Machines
5 * Corporation and others. All Rights Reserved.
7 *******************************************************************************
10 * tab size: 8 (not used)
13 * created on: 2004dec30
14 * created by: Markus W. Scherer
20 #include "unicode/utypes.h"
24 /* genbidi ------------------------------------------------------------------ */
27 extern UBool beVerbose
, haveCopyright
;
29 /* properties vectors in genbidi.c */
34 writeUCDFilename(char *basename
, const char *filename
, const char *suffix
);
37 setUnicodeVersion(const char *v
);
40 addMirror(UChar32 src
, UChar32 mirror
);
43 generateData(const char *dataDir
, UBool csource
);