[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Wine, Bidi, and Arabic
- To: developer at arabeyes dot org, Shachar Shemesh <arabeyes at sun dot consumer dot org dot il>
- Subject: Re: Wine, Bidi, and Arabic
- From: Isam Bayazidi <bayazidi at arabeyes dot org>
- Date: Fri, 10 Jan 2003 01:22:36 +0200
- User-agent: KMail/1.5
Hi Shachar,
I wanted to ask .. in keyboard.c I find:
[...]
{"Turkish keyboard layout", 28599, &main_key_TK, &main_key_scan_qwerty,
&main_key_vkey_qwerty},
{"Israeli keyboard layout", 28598, &main_key_IL, &main_key_scan_qwerty,
&main_key_vkey_qwerty},
{"VNC keyboard layout", 28605, &main_key_vnc, &main_key_scan_vnc,
&main_key_vkey_vnc},
{"Greek keyboard layout", 28597, &main_key_EL, &main_key_scan_qwerty,
&main_key_vkey_qwerty},
[...]
now where does the numbers 28599, 28598, 28605, 28597 come from ? and what is
the number for defining Arabic keyboard? is it set in some other file ?
About shaping, I guess that we can get shaping in a code outside fribidi, for
Arabic and other Arabic Script languages, are you interested ?
Yours
Isam Bayazidi