Initial pass at adding unicode support functions. A few things still need
authorOwen Taylor <otaylor@redhat.com>
Wed, 21 Jun 2000 16:11:21 +0000 (16:11 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Wed, 21 Jun 2000 16:11:21 +0000 (16:11 +0000)
commit0891c64816faaadc8e26f9eebb3205af11323473
treed380a68b92ad80136407086bd7e7dae2f70453f3
parent876a6767eb690040cefb61a4c2a7822daecd4b8e
Initial pass at adding unicode support functions. A few things still need

Wed Jun 21 12:09:03 2000  Owen Taylor  <otaylor@redhat.com>

* gunicode.h gutf8.c guniprop.c gunidecomp.[ch] gunichartables.h
Makefile.am glib.h: Initial pass at adding unicode support
functions. A few things still need to be implemented, a bit
of cleanup needs to be done, tests need to be added, and
the docs need to be finished, but this should allow replacing
most or all use of libunicode.
24 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
Makefile.am
glib.h
glib/Makefile.am
glib/glib.h
glib/gunichartables.h [new file with mode: 0644]
glib/gunicode.h [new file with mode: 0644]
glib/gunidecomp.c [new file with mode: 0644]
glib/gunidecomp.h [new file with mode: 0644]
glib/guniprop.c [new file with mode: 0644]
glib/gutf8.c [new file with mode: 0644]
gunichartables.h [new file with mode: 0644]
gunicode.h [new file with mode: 0644]
gunidecomp.c [new file with mode: 0644]
gunidecomp.h [new file with mode: 0644]
guniprop.c [new file with mode: 0644]
gutf8.c [new file with mode: 0644]