[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lynx-dev using special characters with scripting
From: |
Thomas Dickey |
Subject: |
Re: lynx-dev using special characters with scripting |
Date: |
Thu, 4 Apr 2002 17:19:08 -0500 |
User-agent: |
Mutt/1.2.5i |
On Thu, Apr 04, 2002 at 05:42:27PM +0200, Christoph Fabianek wrote:
> Hi,
>
> is there a way to use special charaters (e.g., ä ö ü ß) with the new
> scripting feature of Lynx? When using the "-cmd_log=file" option I get
>
> key (null)
>
> when inserting a special character in a text field?!?
not without patching the code. I overlooked this case. See LYKeymap.c
around line 1177:
else
return 0;
It's returning a null instead of providing some extra translation such as
else
sprintf(buf, "%#x", c);
> (tried with "Lynx Version 2.8.5dev.7 (06 Jan 2002)" and "Lynx Version
> 2.8.4rel.1 (17 Jul 2001)" on Debian/testing )
>
> Thanks for any help,
> Christoph
>
> ; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to majordomoOsig.net
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net
; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden