Is Windows XP provide a function to sort unicode words?
lstrcmpw should be okay -- depending on the format of your string, you may need to use multibytetowidechar
Hi Onan,
Here is an example for you based on the C run-time functions.
Quote from: Vortex on September 09, 2010, 08:51:47 AM
Hi Onan,
Here is an example for you based on the C run-time functions.
Thanks.