Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
For NLS, sorting (also known as "collation") is the arrangement of strings. There are two types of sorting:
- Linguistic sorting. Arranges strings with similar linguistic characteristics into groups (by sorts).
- Ordinal (non-linguistic) sorting. Arranges the strings in an ordered sequence.
Sorting uses the NLS string comparison functions, such as CompareString and LCMapString, or "wrapper" API functions, such as lstrcmp, that internally call the NLS string comparison functions.
For details about implementing sorting in your applications, see Handling Sorting in Your Applications.
Related topics