regex: Use glib for unicode data
authorChristian Persch <chpe@gnome.org>
Sun, 12 Feb 2012 20:20:33 +0000 (21:20 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 27 Feb 2012 03:09:05 +0000 (22:09 -0500)
commit706b72db21d25ec26ed7411e5221550ffb08ff21
treef2444bba58afacffa213619971cfd29a14146426
parent75dffb99b3d11f4ae9d8a72a055641482a727b75
regex: Use glib for unicode data

Use g_unichar_type() and g_unichar_get_script() instead of pcre tables.
glib/pcre/Makefile.am
glib/pcre/pcre_compile.c
glib/pcre/pcre_dfa_exec.c
glib/pcre/pcre_exec.c
glib/pcre/pcre_internal.h
glib/pcre/pcre_tables.c
glib/pcre/pcre_xclass.c
glib/pcre/ucp.h
glib/update-pcre/ucp.patch