nano-devel
[Top][All Lists]
Advanced

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

Re: [Nano-devel] advertising Unicode Input


From: Benno Schulenberg
Subject: Re: [Nano-devel] advertising Unicode Input
Date: Sat, 27 May 2006 17:47:12 +0200
User-agent: KMail/1.9.1

Jordi Mallach wrote:
> On Sat, May 27, 2006 at 03:51:48PM +0200, Benno Schulenberg wrote:
> > +       /* First digit: must be zero or one.  Put it in the
> > +        * 0x100000's position of the Unicode sequence holder. */
> > +       if ('0' <= kbinput && kbinput <= '1') {
> > +           uni = (kbinput - '0') * 0x100000;
> > +           statusbar(_("Unicode Input"));
>
> Can you add a translator comment here so people know if the
> character is about to be inserted, or it has already? For some
> languages, it will make a difference.

Attached.  And added one for "Verbatim Input" as well.

In my opinion nano really should blank the statusbar immediately 
upon the verbatim keystroke or completing the Unicode, also when 
'quickblank' is not being used.  Maybe this is not what Pico does, 
but it is so much clearer about what is happening.

Benno

Attachment: nn--unicode-input-2.patch
Description: Text Data


reply via email to

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