I'm trying to run a program in Solaris 10 that fails due to the lack of Xutf8LookupString function.
It is a well-known issue but I'd like to know a way to "skip it".
Would defining a different non-utf8 LC_CTYPE help?
Would installing a different X server help? The problem doesn't happen on OpenSolaris? Is there a way I can "update" my Solaris system to use the same X libs as an OpenSolaris one?
Thanks!

Xutf8LookupString, right (case is important)? What is the program? What is the exact error message? What happens if you do tryLC_CTYPE=en_USorLC_CTYPE=C? – Gilles Dec 15 '10 at 19:09