I'm currently hacking on the support for combining characters, as discussed before. I've written a piece of code to performe combining into precomposed forms (according to Unicode specifications) that operate on 16-bit values. Now I wonder how to invoke this from Flocale.c There's a function to convert between charsets. Can I use this to convert to 16-bit unicode (UCS-2)? I'm not sure what arguments to use for this. Or should I use the functions to convert to UTF-8 first, and then use UTF-8 in my code (add conversion internally in my function, I know how to do this, but I guess Iconv can do it directly).
//Marcus -- Visit the official FVWM web page at <URL:http://www.fvwm.org/>. To unsubscribe from the list, send "unsubscribe fvwm-workers" in the body of a message to [EMAIL PROTECTED] To report problems, send mail to [EMAIL PROTECTED]