[Bug 9767] Some unicode characters show up as '?' in file selection dialog

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Sep 24 23:35:36 CDT 2007


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





--- Comment #2 from Mikolaj Zalewski <mikolaj.zalewski at gmail.com>  2007-09-24 23:35:35 ---
Created an attachment (id=8201)
 --> (http://bugs.winehq.org/attachment.cgi?id=8201)
patch

This is because the shell view control is ANSI, so the listview sends
LVN_GETDISPINFOA instead of LVN_GETDISPINFOW to get the item name. This patch
makes the classes Unicode and fixes some other W->A conversions. ANSI is still
used for sorting and in some parts of menu building. If there are no visible
regressions caused by this patch I can divide it into smaller parts and send it
to wine-patches.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list