[EMAIL PROTECTED] (Lars Gullik Bjønnes) wrote:
> automatic). The most hard part would probably be to get the display
> correclty, and what to do when the needed fonts were not there. An
> insetunicode should probably be able to help with that...
XFree86 ver.4 comes with a Unicode font, which is complete except for
CJK ideoglyphs and a proper setting for UTF8 locale which I believe to
work with any X11R6 implementations. We can either use XDrawString16()
-- doing encoding conversions ourselves--, or XmbDrawString() -- let X
to perform locale based encoding conversions--.
Regards,
SMiyata