16.1.4 Character and String Functions in C Locale ¶
The functions in this section are similar to the generic string functions
from the standard C library, except that
- They behave as if the locale was set to the "C" locale, even when the
locale is different, and/or
- They are specially optimized for the case where all characters are plain
ASCII characters.
The functions are provided by the following modules.