gennorm2 -V (return code: 1)
error in command line argument "--version"
Usage: gennorm2 [-options] infiles+ -o outputfilename
Reads the infiles with normalization data and
creates a binary or C source file (outputfilename) with the data.
Options:
-h or -? or --help this usage text
-v or --verbose verbose output
-c or --copyright include a copyright notice
-u or --unicode Unicode version, followed by the version like 5.2.0
-s or --sourcedir source directory, followed by the path
-o or --output output filename
--csource writes a C source file with initializers
--fast optimize the data for fast normalization,
which might increase its size (Writes fully decomposed
regular mappings instead of delta mappings.
You should measure the runtime speed to make sure that
this is a good trade-off.)
gennorm2 --help (return code: 1)
Usage: gennorm2 [-options] infiles+ -o outputfilename
Reads the infiles with normalization data and
creates a binary or C source file (outputfilename) with the data.
Options:
-h or -? or --help this usage text
-v or --verbose verbose output
-c or --copyright include a copyright notice
-u or --unicode Unicode version, followed by the version like 5.2.0
-s or --sourcedir source directory, followed by the path
-o or --output output filename
--csource writes a C source file with initializers
--fast optimize the data for fast normalization,
which might increase its size (Writes fully decomposed
regular mappings instead of delta mappings.
You should measure the runtime speed to make sure that
this is a good trade-off.)