[Bug 8683] section sign key input not working in WoW

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Jan 21 12:10:37 CST 2008


http://bugs.winehq.org/show_bug.cgi?id=8683





--- Comment #20 from Fábio Capela <fabio.capela at yahoo.com>  2008-01-21 12:10:37 ---
(In reply to comment #17)
> The only key that is returning a value that needs more than 1 byte is ß, which
> is exactly the one key that is not working with this newest hack. Not sure why
> it's not working, it's returning 0x1e9e as the unicode char, but the unicode
> for ß is 0xdf.

added a trace and saw that for the ß key the call to XLookupString inside
X11DRV_MapVirtualKeyEx seems to be generating bad results.

When called inside X11DRV_KeyEvent and inside X11DRV_ToUnicodeEx:
keysym=DF (ssharp), # of chars=2 / "\xc3\x9f"

When called inside X11DRV_MapVirtualKeyEx to map the same keycode:
keysym=1001E9E, # of chars=3 / "\xe1\xba\x9e"


-- 
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.


More information about the wine-bugs mailing list