|
Locale-Sensitive C/C++ Single-Byte Collation FunctionsRelated Links Link to Multibyte Collation Functions. Internationalization (I18n) Issue:This class of functions performs collation and sorting on single-byte character strings. Please see collation for more information about internationalized collation strategies. I18n Discussion:In an ANSI UTF-16/32 or Windows UTF-16 Unicode application, the
appropriate wide-character equivalent function should be used, if available.
For a Windows MBCS application, use a multibyte-character equivalent function
to operate on the multibyte strings.
In the case of a Windows Generic application, call the equivalent
generic function, and use the Click on a function for more information:
|