jed-users mailing list

[2005 Date Index] [2005 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: WJed key bindings and utf-8


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]