ILE C/C++ Programmer's Guide


Locale-Sensitive Run-Time Functions

The following ILE C/C++ run-time functions are sensitive to locales:

Table 35. Locale-Sensitive Run-Time Functions

asctime() asctime_r() btowc()1
ctime() ctime_r() fprintf()
fgetwc()1 fgetws()1 fputwc()1
fputws()1 fwprintf()1 fwscanf()1
getwc()1 getwchar()1 gmtime()
gmtime_r() isalnum() to isxdigit() isascii()
iswalnum() to iswxdigit()1 localeconv() localtime()
localtime_r() mblen() mbrlen()1
mbsinit()1 mbrtows()1 mbsrtowcs()1
mbstowcs()1 mbtowc()1 mktime()
nl_langinfo()1 printf() putwc()1
putwchar()1 regcomp() regerror()
regexec() regfree() setlocale()
sprintf() strcoll() strfmon()1
strftime() strptime()1 strxfrm()
swprintf()1 swscanf()1 time()
toascii() tolower() toupper()
towlower()1 towtrans()1 towupper()1
vfprintf() vfwprint()1 vprintf()
vsprintf() vswprintf()1 vwprintf()1
wcrtomb()1 wcscoll()1 wcsftime()
wcstod() wcstol() wcstoul()
wcsrtombs()1 wcstombs() wcswidth()1
wcsxfrm()1 wctob() wctomb()1
wctrans()1 wctype()1 wcwidth()1
wscanf()1 wprintf()
Note:
1 sensitive to *LOCALE objects only.


[ Top of Page | Previous Page | Next Page | Table of Contents ]