Difference between revisions of "cpp/locale"
From cppreference.com
< cpp
(→C library locales: merge locale categories) |
(→C library locales: fix) |
||
Line 82: | Line 82: | ||
{{dcl list header | clocale }} | {{dcl list header | clocale }} | ||
{{dcl list template | cpp/locale/dcl list setlocale}} | {{dcl list template | cpp/locale/dcl list setlocale}} | ||
− | {{dcl list template | cpp/locale/dcl list | + | {{dcl list template | cpp/locale/dcl list LC_categories}} |
{{dcl list template | cpp/locale/dcl list localeconv}} | {{dcl list template | cpp/locale/dcl list localeconv}} | ||
{{dcl list template | cpp/locale/dcl list lconv}} | {{dcl list template | cpp/locale/dcl list lconv}} | ||
{{dcl list end}} | {{dcl list end}} |
Revision as of 09:05, 15 December 2011
The locale facility includes internationalization support for character classification and string collation, numeric, monetary, and date/time formatting and parsing, and message retrieval. Locale settings control the behavior of stream I/O, regular expression library, and other components of the C++ standard library.
Contents |
Locales
Locale-independent unicode conversion facets
C library locales
Defined in header
<clocale> |