Main index | Section 3 | Options |
#include <wchar.h>
Comparing two strings using wcscmp() after wcsxfrm() is equivalent to comparing two original strings with wcscoll().
Comparing two strings using wcscmp() after wcsxfrm() is not always equivalent to comparison with wcscoll(); wcsxfrm() only stores information about primary collation weights into dst, whereas wcscoll() compares characters using both primary and secondary weights.
WCSXFRM (3) | October 4, 2002 |
Main index | Section 3 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.