do you use
LCMapStringW on WinXP and LCMapStringA on Win98 WITH LCMAP_SORTKEY to genearate the SORT KEY ?
Have you try on both platforms ? (Win98 and WinXP)?
Michael (michka) Kaplan wrote:
LCMapString does not do the reported behavior either. ComparesString and LCMapString are based on the same data and return the same results.Your colleague is mistaken. MichKa ----- Original Message ----- From: "Yung-Fong Tang" <[EMAIL PROTECTED]> To: "Michael (michka) Kaplan" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, March 13, 2003 4:31 PM Subject: Re: sorting order between win98/xpWe cannot use that. The function you mention is to compare twoUnicodestrings. We need the function to "generate sort key" from unicode stringsinsteadof compare two string. Michael (michka) Kaplan wrote:From: "Yung-Fong Tang" <[EMAIL PROTECTED]>One of my colleague ask me this question.In the interests of completeness.... The function that does the type of sorting your colleague noted is StrCmpLogicalW in shlwapi.dll, version 5.5 and later. See the following link for more information (all on one line in thebrowser):http://msdn.microsoft.com/library/en-us/shellcc/platform/shell/reference/shlwapi/string/strcmplogicalw.aspMichKa

