russian locale

Hi,

I have English Windows with Slovak locale.
Is possible set python and wxPython to work with russian?

When I install Russian support (keyboard and fonts), I need show russian texts in wxTextCtrl and edit them, sort in python, upper, lower russian text, all in utf-8.

It is possible? If yes, please write some small examples.

Stano.

Hello,

Stano Paska wrote:

I have English Windows with Slovak locale.

Windows version?

Is possible set python and wxPython to work with russian?

It works with my russian w2k and ukrainian locale.

When I install Russian support (keyboard and fonts), I need show russian texts in wxTextCtrl and edit them, sort in python, upper, lower russian text, all in utf-8.
It is possible? If yes, please write some small examples.

There is nothing to do about that in python/wxPython. You just should correctly configure your windows locale.
And you should use codepage 1251 to work correctly with cyrillic in windows.

ยทยทยท

--
WBR, Oleg
http://copi.ru/14000/

Oleg Deribas wrote:

Hello,

Stano Paska wrote:

I have English Windows with Slovak locale.

Windows version?

Windows XP, python 2.3.2, wxPython 2.4.2.4u

Is possible set python and wxPython to work with russian?

It works with my russian w2k and ukrainian locale.

When I install Russian support (keyboard and fonts), I need show russian texts in wxTextCtrl and edit them, sort in python, upper, lower russian text, all in utf-8.
It is possible? If yes, please write some small examples.

There is nothing to do about that in python/wxPython. You just should correctly configure your windows locale.
And you should use codepage 1251 to work correctly with cyrillic in windows.

I will try it.

Stano.