Difference between revisions of "cpp/locale"
From cppreference.com
< cpp
m (Text replace - "/sidebar" to "/navbar") |
(ctype_byname<char> is actually the same as ctype_byname (the difference is in their parent)) |
||
Line 59: | Line 59: | ||
{{dcl list h2 | Locale-specific facet categories }} | {{dcl list h2 | Locale-specific facet categories }} | ||
{{dcl list template | cpp/locale/dcl list ctype_byname}} | {{dcl list template | cpp/locale/dcl list ctype_byname}} | ||
− | |||
{{dcl list template | cpp/locale/dcl list codecvt_byname}} | {{dcl list template | cpp/locale/dcl list codecvt_byname}} | ||
{{dcl list template | cpp/locale/dcl list messages_byname}} | {{dcl list template | cpp/locale/dcl list messages_byname}} |
Revision as of 09:40, 8 August 2012
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> |