On Fri, Feb 28, 2003 at 07:21:08PM +0200, Tuomo Valkonen wrote: > Check for Xutf8DrawString and libunicode (the one from Gnome, not the > one on sourceforge.net -- no it does not seem to depend on other Gnome > libraries or even glib).
After some further research it looks like libunicode is no longer maintained and all the stuff is in glib nowadays. I'll have to think of something else then, but I'd rather not use depend on something as huge as glib. It contains mostly redundant stuff. On newer glibc based systems wchar_t is supposed to be unicode internally so no special libraries would be strictly necessary for isalnum and friends, but I'd rather not depend on that fact. Any good ideas are appreciated. -- Tuomo
