unicode: implement ucs4 to utf8 encoding
authorDavid Herrmann <dh.herrmann@googlemail.com>
Sun, 15 Jul 2012 14:29:34 +0000 (16:29 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Sun, 15 Jul 2012 14:29:34 +0000 (16:29 +0200)
commitd0672030ffa053bb468380066119cd01ba0f6689
treeb98ae4a36b297618b0b40f7ab7dc2d3242f8785a
parenta97c580afd58fa599c7a3050e250305e732ece52
unicode: implement ucs4 to utf8 encoding

This is the last glib dependency so add a short conversion helper and we
can finally drop glib. Anyway, the pango libs still depend on glib so
there is currently still a glib dependency, but it is no longer direct and
we can always choose the freetype font renderer to drop it.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
COPYING
src/unicode.c