News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Unicode sorting

Started by Farabi, September 05, 2010, 01:26:07 PM

Previous topic - Next topic

Farabi

Is Windows XP provide a function to sort unicode words?
Those who had universe knowledges can control the world by a micro processor.
http://www.wix.com/farabio/firstpage

"Etos siperi elegi"

Tedd

lstrcmpw should be okay -- depending on the format of your string, you may need to use multibytetowidechar
No snowflake in an avalanche feels responsible.

Vortex

Hi Onan,

Here is an example for you based on the C run-time functions.

Farabi

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.
Those who had universe knowledges can control the world by a micro processor.
http://www.wix.com/farabio/firstpage

"Etos siperi elegi"