From Jason Turner

[localization.general]

Diff to HTML by rtfpessoa

tmp/tmpeqkj4my3/{from.md → to.md} RENAMED
@@ -1,21 +1,21 @@
1
  ## General <a id="localization.general">[[localization.general]]</a>
2
 
3
- This Clause describes components that C++programs may use to encapsulate
4
- (and therefore be more portable when confronting) cultural differences.
5
- The locale facility includes internationalization support for character
6
- classification and string collation, numeric, monetary, and date/time
7
- 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
- Table  [[tab:localization.lib.summary]].
12
 
13
- **Table: Localization library summary** <a id="tab:localization.lib.summary">[tab:localization.lib.summary]</a>
14
 
15
  | Subclause | | Header |
16
  | --------------------- | ---------------------------- | ----------- |
17
  | [[locales]] | Locales | `<locale>` |
18
- | [[locale.categories]] | Standard `locale` Categories | |
19
  | [[c.locales]] | C library locales | `<clocale>` |
20
 
21
 
 
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 |
16
  | --------------------- | ---------------------------- | ----------- |
17
  | [[locales]] | Locales | `<locale>` |
18
+ | [[locale.categories]] | Standard `locale` categories | |
19
  | [[c.locales]] | C library locales | `<clocale>` |
20
 
21