C++ Language/Std/Strings/Locale

From Wikibooks, open books for an open world
Jump to navigation Jump to search

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()).

Additional information about locale