Due to the existence of embedded zero bytes, most standard library functions for text processing cannot be used with UniChar text. For this reason, ULS includes equivalents of several standard C library functions which operate on UniChar strings and characters.

Most of these correspond to the str* functions of the standard string library (plus the character functions tolower and toupper).


[Back] [Next]