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 <[EMAIL PROTECTED]>
http://invisible-island.net
ftp://invisible-island.net
; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]