scuffed-code/tools/unicode/c/genregexcasing
2014-05-02 22:02:59 +00:00
..
genregexcasing.cpp ICU-10835 Add tool for generation of regular expressions casing data 2014-05-02 22:02:59 +00:00
Makefile ICU-10835 Add tool for generation of regular expressions casing data 2014-05-02 22:02:59 +00:00
readme.txt ICU-10835 Add tool for generation of regular expressions casing data 2014-05-02 22:02:59 +00:00

# Copyright (C) 2014, International Business Machines
# Corporation and others.  All Rights Reserved.
#
# created on: 2014 May 2
# created by: Andy Heninger

genregexcasing is the tool for generating extended case closure data needed by
regular expressions for case insensitive matching.

The tool generates c++ data declarations that are then manually copied into the file
i18n/regexcmp.cpp.

Edit the Makefile to have the correct directories for your ICU sources and build
(the top two lines.)

A Unix-like system and the clang compiler are assumed.

To build and run the tool, from within this directory, do a plain, unqualified
make