s/UNICODE_LAST_CHAR/G_UNICODE_LAST_CHAR/
authorHavoc Pennington <hp@redhat.com>
Wed, 29 Nov 2000 23:38:24 +0000 (23:38 +0000)
committerHavoc Pennington <hp@src.gnome.org>
Wed, 29 Nov 2000 23:38:24 +0000 (23:38 +0000)
commit7fce6d3abcca3639e2b3b268ad47557179a8a21f
tree883e01df3df5e107da090b86e28987937c9dadbd
parent61c2307387173c7af3d827f083aefc42fd747175
s/UNICODE_LAST_CHAR/G_UNICODE_LAST_CHAR/

2000-11-29  Havoc Pennington  <hp@redhat.com>

* gunidecomp.c (COMBINING_CLASS): s/UNICODE_LAST_CHAR/G_UNICODE_LAST_CHAR/

* gunichartables.h: Update for data in Unicode 3.0.1,
and include tables for line break properties

* gunidecomp.h: Ditto

* gunicode.h (GUnicodeBreakType): Enum for line break properties
(g_unichar_break_type): Get the break property for a char

* gunibreak.h: Autogenerated line break property tables

* gunibreak.c (g_unichar_break_type): added

* Makefile.am (EXTRA_DIST): dist gen-unicode-tables.pl

* Makefile.am (libglib_1_3_la_SOURCES): Add gunibreak.h, gunibreak.c

* gen-unicode-tables.pl: Include the script to update the unicode
char tables
22 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
gen-unicode-tables.pl [new file with mode: 0755]
glib/Makefile.am
glib/gen-unicode-tables.pl [new file with mode: 0755]
glib/gunibreak.h [new file with mode: 0644]
glib/gunichartables.h
glib/gunicode.h
glib/gunidecomp.c
glib/gunidecomp.h
gunibreak.h [new file with mode: 0644]
gunichartables.h
gunicode.h
gunidecomp.c
gunidecomp.h