C++ Language/Std/Strings/Locale
Appearance
The behavior of some string functions will depend on the computer system's "locale" setting.
The Win32 implementation of some functions (e.g., atoi()
) have a locale-sensitive alternative (atoi_l()
).