http://bugs.winehq.org/show_bug.cgi?id=15860 Summary: sr_RS locale, can't type Serbian Cyrillic [ToUnicodeEx no char for keysym 06C1 (Cyrillic_a)] Product: Wine Version: 1.1.7 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winex11.drv AssignedTo: wine-bugs(a)winehq.org ReportedBy: grakic(a)devbase.net Created an attachment (id=16996) --> (http://bugs.winehq.org/attachment.cgi?id=16996) keyboard log I can not type in Wine applications using Serbian Cyrillic layout (setxkbmap rs). I'm using fresh wine installation from "http://wine.budgetdedicated.com/apt hardy" on Ubuntu 8.04 with sr_RS locale. When I enabled keyboard logging with: LANG=sr_RS.UTF-8 && WINEDEBUG="keyboard" \ wine .wine/drive_c/windows/notepad.exe 2> out.log I get this snippet typing Cyrillic A with rs XKB layout enabled: trace:keyboard:X11DRV_ToUnicodeEx AltGrMask = 4000 trace:keyboard:X11DRV_ToUnicodeEx Found keycode 38 (0x26) trace:keyboard:KEYBOARD_MapDeadKeysym no character for dead keysym 0x000006c1 warn:keyboard:X11DRV_ToUnicodeEx no char for keysym 06C1 (Cyrillic_a) : warn:keyboard:X11DRV_ToUnicodeEx virtKey=41, scanCode=1E, keycode=26, state=4000 $ locale LANG=sr_RS.UTF-8 LC_CTYPE="sr_RS.UTF-8" LC_NUMERIC="sr_RS.UTF-8" LC_TIME="sr_RS.UTF-8" LC_COLLATE="sr_RS.UTF-8" LC_MONETARY="sr_RS.UTF-8" LC_MESSAGES="sr_RS.UTF-8" LC_PAPER="sr_RS.UTF-8" LC_NAME="sr_RS.UTF-8" LC_ADDRESS="sr_RS.UTF-8" LC_TELEPHONE="sr_RS.UTF-8" LC_MEASUREMENT="sr_RS.UTF-8" LC_IDENTIFICATION="sr_RS.UTF-8" LC_ALL= Is Wine missing rs keyboard layout? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.