Unicode translation problem

Hello,
I am using SDL 1.2.8 and have a problem with unicode keyboard
translation: it works only with the lower half of the ASCII set. When I
type russian letters, the `unicode’ member of keysym struct is always 0.
Unicode translation is turned on, of course.

How should I manage with input of non-latin letters?
I want a full i18n support in my program :slight_smile:

Hi,

Can you try the CVS version of SDL? International keyboard support for
the Windows backends was added recently and there were improvements to
the X11 backend.

These changes will probably be in the next release of SDL,

regards,
John PopplewellOn Sat, Mar 18, 2006 at 03:05:45PM +0300, chaser wrote:

Hello,
I am using SDL 1.2.8 and have a problem with unicode keyboard
translation: it works only with the lower half of the ASCII set. When I
type russian letters, the `unicode’ member of keysym struct is always 0.
Unicode translation is turned on, of course.

How should I manage with input of non-latin letters?
I want a full i18n support in my program :slight_smile: