nano-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nano-devel] adding a word-completion feature to nano


From: Benno Schulenberg
Subject: Re: [Nano-devel] adding a word-completion feature to nano
Date: Fri, 28 Oct 2016 21:32:34 +0200

On Fri, Oct 28, 2016, at 13:45, Sumedh Pendurkar wrote:
> added comments. Please apply it over the patch you have sent.

Thanks.  Things become slightly more understandable.

However... first something else.  Run 'src/nano +7 NEWS' and
type (or paste in) the following two words:

ŝampu
chère

Then type <Enter> ŝa ^]
It says: ŝadds.
Typing ^] again, it says: ŝallowing

Not good.  It doesn't see the ŝ as forming part of a word.
But it should.  Selecting those two words, and running the
internal spell checker on them says it cannot find the word
"ampu".  Hmmm...  There seems to be something wrong with
the word-forming determination.  That will have to be fixed
first.

Typing <Enter> ch ^]
it says: ch�
It produces an invalid byte.

Your code is not entirely UTF-8 compatible.

Benno

-- 
http://www.fastmail.com - A fast, anti-spam email service.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]