Re: Listview: Fix notify_dispinfoT for Unicode Parent
30 Oct
2004
30 Oct
'04
12:38 p.m.
On Sat, Oct 30, 2004 at 02:16:09PM +0100, Robert Shearman wrote:
+ /* + only need to convert to string from Unicode to Ansi if we expect a + valid pointer + */ + if ((infoPtr->notifyFormat == NFR_ANSI) && (pdi->item.mask & LVIF_TEXT) && is_textT(pdi->item.pszText, FALSE)) + convertToAnsi = TRUE;
This can't be right -- what if the data is already in ASCII format? I think we need to take isW into account. -- Dimi.
7712
Age (days ago)
7712
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dimitrie O. Paun