ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Stepin Igor <is-lists@istudio.ru>
To: community@altlinux.ru
Subject: Re: [Comm] cyrillic input in wine
Date: Tue, 29 Apr 2003 20:31:56 +0500
Message-ID: <200304292031.56018.is-lists@istudio.ru> (raw)
In-Reply-To: <200304172306.34275.akrioukov@kengu.ru>

[-- Attachment #1: Type: text/plain, Size: 532 bytes --]

В сообщении от 18 Апрель 2003 00:06 Alexej Kryukov написал:
> Не совсем понял, чтО не работает. Мое предложение по
> правке файла?

Да. Вводит не те русские буквы.

> К сожалению, не могу протестировать на текущей версии
> wine, т. к. там имеет место bug 1212, из-за которого
> не отображаются шрифты в одном критически важном
> приложении. Поэтому я вынужден использовать последнюю
> версию, где этого глюка не было, а именно 20020904.

Попробуйте патч. На нескольких последних cvs версиях работает.

-- 
С уважением, Степин Игорь.

[-- Attachment #2: keyboard_cp1251.diff --]
[-- Type: text/x-diff, Size: 1601 bytes --]

diff -ur wc/dlls/x11drv/keyboard.c wn/dlls/x11drv/keyboard.c
--- wc/dlls/x11drv/keyboard.c	2003-04-24 08:58:34 +0500
+++ wn/dlls/x11drv/keyboard.c	2003-04-09 14:40:54 +0500
@@ -406,6 +406,16 @@
  "<>" /* the phantom key */
 };
 
+/*** Russian keyboard layout cp1251 (phantom key version) */
+static const char main_key_RU_cp1251_phantom[MAIN_LEN][4] =
+{
+ "`~","1!","2@","3#","4$","5%","6^","7&","8*","9(","0)","-_","=+",
+ "qQИи","wWЖж","eEСс","rRЙй","tTЕе","yYМм","uUЦц","iIЬь","oOЫы","pPГг","[{Уу","]}Зз",
+ "aAТт","sSШш","dDБб","fFЮю","gGОо","hHПп","jJНн","kKКк","lLДд",";:Фф","'\"Щщ","\\|",
+ "zZЪъ","xXВв","cCЯя","vVЛл","bBХх","nNРр","mMЭэ",",<Аа",".>Чч","/?",
+ "<>" /* the phantom key */
+};
+
 /*** Russian keyboard layout KOI8-R */
 static const char main_key_RU_koi8r[MAIN_LEN][4] =
 {
@@ -702,6 +712,7 @@
  {"Belarusian keyboard layout", 1251, &main_key_BY, &main_key_scan_qwerty, &main_key_vkey_qwerty},
  {"Russian keyboard layout", 20866, &main_key_RU, &main_key_scan_qwerty, &main_key_vkey_qwerty},
  {"Russian keyboard layout (phantom key version)", 20866, &main_key_RU_phantom, &main_key_scan_qwerty, &main_key_vkey_qwerty},
+ {"Russian keyboard layout cp1251 (phantom key version)", 1251, &main_key_RU_cp1251_phantom, &main_key_scan_qwerty, &main_key_vkey_qwerty},
  {"Russian keyboard layout KOI8-R", 20866, &main_key_RU_koi8r, &main_key_scan_qwerty, &main_key_vkey_qwerty},
  {"Ukrainian keyboard layout KOI8-U", 20866, &main_key_UA, &main_key_scan_qwerty, &main_key_vkey_qwerty},
  {"Spanish keyboard layout", 28605, &main_key_ES, &main_key_scan_qwerty, &main_key_vkey_qwerty},

  reply	other threads:[~2003-04-29 15:31 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-16 18:58 Alex Khroustalev
2003-04-16 19:18 ` Alexej Kryukov
2003-04-17 16:52   ` Stepin Igor
2003-04-17 19:06     ` Alexej Kryukov
2003-04-29 15:31       ` Stepin Igor [this message]
2003-04-16 19:20 ` Vitaly Lipatov
2003-04-16 21:40 ` Maksim Otstavnov
2003-04-17  7:22   ` Roman Savelyev
2003-04-17 14:39     ` Re[2]: " Maksim Otstavnov
2003-04-17 16:53 ` Stepin Igor
2003-04-17 19:21   ` Alexej Kryukov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200304292031.56018.is-lists@istudio.ru \
    --to=is-lists@istudio.ru \
    --cc=community@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git