From Jason Turner

[localization.general]

Diff to HTML by rtfpessoa

tmp/tmpe6si344f/{from.md → to.md} RENAMED
@@ -1,15 +1,15 @@
1
- ## General <a id="localization.general">[[localization.general]]</a>
2
 
3
- This Clause describes components that C++ programs may use to
4
- encapsulate (and therefore be more portable when confronting) cultural
5
- differences. The locale facility includes internationalization support
6
- for character classification and string collation, numeric, monetary,
7
- and date/time formatting and parsing, and message retrieval.
8
 
9
  The following subclauses describe components for locales themselves, the
10
- standard facets, and facilities from the ISO C library, as summarized in
11
  [[localization.summary]].
12
 
13
  **Table: Localization library summary** <a id="localization.summary">[localization.summary]</a>
14
 
15
  | Subclause | | Header |
 
1
+ ### General <a id="localization.general">[[localization.general]]</a>
2
 
3
+ Subclause [[localization]] describes components that C++ programs may
4
+ use to encapsulate (and therefore be more portable when confronting)
5
+ cultural differences. The locale facility includes internationalization
6
+ support for character classification and string collation, numeric,
7
+ monetary, and date/time formatting and parsing, and message retrieval.
8
 
9
  The following subclauses describe components for locales themselves, the
10
+ standard facets, and facilities from the C library, as summarized in
11
  [[localization.summary]].
12
 
13
  **Table: Localization library summary** <a id="localization.summary">[localization.summary]</a>
14
 
15
  | Subclause | | Header |