mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] fix for texmacs 1.0.6.1 and later on Solaris


Chronological Thread 
  • From: Joris van der Hoeven <address@hidden>
  • To: Kostas Oikonomou <address@hidden>
  • Cc: TeXmacs <address@hidden>
  • Subject: Re: [TeXmacs] fix for texmacs 1.0.6.1 and later on Solaris
  • Date: Sun, 20 Aug 2006 23:08:37 +0200

On Mon, Jun 19, 2006 at 04:22:54PM -0400, Kostas Oikonomou wrote:
> Solaris 10 does not have the function Xutf8LookupString at the moment.
> As a temporary fix, I edited src/Window/X/x_loop.cpp:
>
> int count = XmbLookupString (win->ic, (XKeyPressedEvent*) ev,
> // int count = Xutf8LookupString (win->ic, (XKeyPressedEvent*) ev,
> str, 256, &key, &status);
>
> I don't know anything about UTF, but is it perhaps possible to replace
> the call to Xutf8LookupString with the call to XmbLookupString plus a
> call to some other routine? That would be a better solution.

For the CJK support XmbLookupString isn't far as practical.
Maybe, I should use conditional compiling.
Any patches for Solaris (like your recent one) will be welcome.

Best wishes, Joris


  • Re: [TeXmacs] fix for texmacs 1.0.6.1 and later on Solaris, Joris van der Hoeven, 08/21/2006

Archive powered by MHonArc 2.6.19.

Top of page