Consolidated charset conversion routines
authorJeffrey Stedfast <fejj@gnome.org>
Tue, 26 Apr 2011 21:39:26 +0000 (17:39 -0400)
committerJeffrey Stedfast <fejj@gnome.org>
Tue, 26 Apr 2011 21:39:26 +0000 (17:39 -0400)
commitf84951af23c31c1cd1364e6b7550c2f861bd03fd
tree529a090c965300d5bf47cf552547f06b35597aef
parent89e3e866b056dea931d88170a56146fee2846d0e
Consolidated charset conversion routines

Rewrote/moved all of the charset conversion routines into
giconv.c and moved all of the other g_utf8*() functions out
of gunicode.c into gutf8.c (so that they are easier to find).
eglib/src/giconv.c
eglib/src/glib.h
eglib/src/gunicode.c
eglib/src/gutf8.c
eglib/test/utf8.c