Bug #49
open i18n bits should define charset_is_ascii for the rest of libc
Start date:
2010-08-17
Due date:
% Done:
100%
Estimated time:
Difficulty:
Tags:
Gerrit CR:
Description
Roger's integration of "PSARC 2010/299 GNU/Linux/BSD compatibility functions" in onnv_147 introduced a charset_is_ascii
symbol in the closed libc_i18n, and uses it to conditionalize optimizations to strcasecmp
and strncasecmp
.
We should do similar, based on our i18n code.