scuffed-code/tools/unicode/c
2011-05-10 20:54:38 +00:00
..
genbidi ICU-7264 switch ubidi.icu and ucase.icu from UTrie to UTrie2 2010-07-31 19:16:48 +00:00
gencase ICU-7264 switch ubidi.icu and ucase.icu from UTrie to UTrie2 2010-07-31 19:16:48 +00:00
gennames ICU-7264 add ScriptExtensions.txt, new scripts, new blocks, fix genpname/preparse.pl 2010-07-22 23:30:47 +00:00
gennorm ICU-7611 Generalize library references 2010-07-21 00:39:45 +00:00
genpname ICU-8555 add nine new ISO 15924 script codes from 2010-12-21 2011-05-10 20:54:38 +00:00
genprops ICU-7264 minor bug fix 2010-09-20 04:12:24 +00:00
genuca ICU-3984 update genuca to match changes in ICU trunk 2010-11-04 20:41:35 +00:00
genuts46 ICU-7264 stderr output for STD3 status changes 2010-08-31 16:01:21 +00:00
CMakeLists.txt ICU-7611 CMake files for Unicode build tools 2010-06-03 22:47:48 +00:00
readme.txt ICU-7264 add ScriptExtensions.txt, new scripts, new blocks, fix genpname/preparse.pl 2010-07-22 23:30:47 +00:00

# Copyright (C) 2010, International Business Machines
# Corporation and others.  All Rights Reserved.
#
# created on: 2010jun04
# created by: Markus W. Scherer

These tools parse Unicode Character Database files and generate
data files (text, source code and binary) for use in ICU.
They are used during the Unicode beta period and after a Unicode release.

For a log of actions and changes for recent Unicode version upgrades of ICU, see
http://bugs.icu-project.org/trac/browser/icu/trunk/source/data/unidata/changes.txt

Since the Unicode 5.2 upgrade, these tools have been moved out of the ICU source
tree to here. They have not been fully tested and probably need some more work
and setup. They might benefit from additional shell or Python scripts.

There are autoconf makefiles (Makefile.in) and Visual C++ project files (.vcproj)
in the subfolders. They are copied over from the ICU source tree and will not
work without modifications. However, I started to use CMake (CMakeLists.txt)
which is much simpler, and if it works well enough then I plan to just
delete the old makefiles and project files. The CMake files should
work on Linux and MacOS X.
I should use more variables to make the CMake files more portable, and should
use ICU's installed icu-config or Makefile.inc to get the values for these
variables.
(If and when ICU itself uses CMake, we should be able to point to its modules.)

Things will improve as I work on Unicode 6...

markus