Thanks<br><br>but after these commands and in notepad when i changed to keybourd layout from english to other language by Alt-Ctrl-K ( that is for KDE ) the following message is displayed from the wine to the tty that is typed the wine command: <br>
fixme:keyboard:X11DRV_ActivateKeyboardLayout 0x4090409, 0000: semi-stub!<br>and the none of keys will type anything except one of them ( D letter or key) . And by pressing D key for the first time the following message is displayed following the above mentioned message:<br>
fixme:bidi:mirror stub: mirroring of characters not yet implemented<br><br>can anyone help me ?<br> thanks<br><br><br><div class="gmail_quote">On Wed, Aug 12, 2009 at 6:26 AM, vitamin <span dir="ltr">&lt;<a href="mailto:wineforum-user@winehq.org">wineforum-user@winehq.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im"><br>
a b wrote:<br>
&gt; but i tested the setting of LANG environment parameter<br>
<br>
</div>What have you set it to? It should be the locale of your language. For example for Russian it would be LANG=ru_RU.utf8. So you need:<br>
<br>
Code:<br>
export LANG=ru_RU.utf8<br>
wine notepad<br>
<br>
Or as one command:<br>
<br>
Code:<br>
LANG=ru_RU.utf8 wine notepad<br>
<br></blockquote></div>