- Subject: Re: WJed key bindings and utf-8
- From: "John E. Davis" <davis@xxxxxxxxxxxxx>
- Date: Tue, 19 Apr 2005 17:41:18 -0400
I wrote:
>This would involve changing the code near line 213 of
>slang/src/slmisc.c from
It appears that the change is also necessary near line 678 of sltoken.c.
>
> if ((isunicode == 0)
> && ((wch < 127)
> || (utf8_encode == 0)))
> {
> *s++ = (char) wch;
> continue;
> }
>
>to
>
> if (isunicode == 0)
> {
> *s++ = (char) wch;
> continue;
> }
--John
--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.
[2005 date index]
[2005 thread index]
[Thread Prev] [Thread Next]
[Date Prev] [Date Next]