chiark / gitweb /
Start of Unicode support rewrite
authorRichard Kettlewell <rjk@greenend.org.uk>
Sat, 17 Nov 2007 20:07:23 +0000 (20:07 +0000)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sat, 17 Nov 2007 20:07:23 +0000 (20:07 +0000)
commite5a5a1388e0236c4aa4084493e2f78ff3fbc8c5b
tree1a597ee24f07adb358e35897db03cfe6044f16e7
parent8d8b8c1fcf4f786ba3afdf29f49c79c54ba352cc
Start of Unicode support rewrite

unicode.c/.h provide a new (not yet complete) Unicode API which implements
algorithms as described in the Unicode 5.0.0 standard.  lib/test and words.c
are somewhat modified to use them.

By default the make-unidata script is NEVER run.  It must be run manually.
This policy might be changed in the future; the script is capable of
downloading any files it needs to operate.
.bzrignore
lib/Makefile.am
lib/charset.c
lib/test.c
lib/unicode.c [new file with mode: 0644]
lib/unicode.h [new file with mode: 0644]
lib/unidata.c
lib/unidata.h
lib/words.c
scripts/Makefile.am
scripts/make-unidata