Optimized g_utf8_strlen() and redid g_utf8_jump_table[]
commit0d400a4025dbad03c4d7d184fd3be4b2a321e09b
authorJeffrey Stedfast <fejj@gnome.org>
Tue, 26 Apr 2011 23:51:54 +0000 (26 19:51 -0400)
committerJeffrey Stedfast <fejj@gnome.org>
Tue, 26 Apr 2011 23:51:54 +0000 (26 19:51 -0400)
treecb3bb6a8c6415588f09bcfde6da68b482bbe7a66
parent17085447d7469cbe929a10e3a2a4979d0aba7d42
Optimized g_utf8_strlen() and redid g_utf8_jump_table[]

Instead of always adding 1 to g_utf8_jump_table[],
simply fix the table to hav the +1 built-in.
eglib/src/glib.h
eglib/src/gutf8.c