On Thu, 14 Jan 1999, V.Yavuz wrote:
> Hi All
> My telnet and Linux (kernel version 2.0.32 ) can show Turkish character ISO
> 8859-5 Latin5 ) but I have problem in dosemulator (version 0.98 ) when I
> press Turkish specific characters there nothing but all English characters
> works.Is there any way to setup user defined character & keyboard in
> dosemulator.
> Thanks in advance
Sorry, but we don't have a turkish keytable, and to make one we need help
from a turkish guy like you ;-) So, go head and send us patches.
As a starting point look at etc/keymap/*, take one appropriate file, copy
it to /var/lib/dosemu/keymap/tr-latin5 and edit it to your needs.
In dosemu.conf you set
$_layout = "load tr-latin5"
$_X_keycode = (on) # if you want the table in X too
to get it loaded. The format of the keytable is described in
doc/README-tech.txt, chapter 2.2.11.
However, if you are using the Slang terminal (xterm, non-graphics console,
telnet e.t.c) this won't work because Slang handles such things itself
over TERMCAP or terminfo.
Hans
<[EMAIL PROTECTED]>