From Jason Turner

[text.general]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpgtgumywk/{from.md → to.md} +17 -0
tmp/tmpgtgumywk/{from.md → to.md} RENAMED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## General <a id="text.general">[[text.general]]</a>
2
+
3
+ This Clause describes components for dealing with text. These components
4
+ are summarized in [[text.summary]].
5
+
6
+ **Table: Text library summary** <a id="text.summary">[text.summary]</a>
7
+
8
+ | Subclause | | Header |
9
+ | ------------------ | ---------------------------------- | ------------------------------------------------------------ |
10
+ | [[charconv]] | Primitive numeric conversions | `<charconv>` |
11
+ | [[localization]] | Localization library | `<locale>`, `<clocale>` |
12
+ | [[format]] | Formatting | `<format>` |
13
+ | [[text.encoding]] | Text encodings identification | `<text_encoding>` |
14
+ | [[re]] | Regular expressions library | `<regex>` |
15
+ | [[text.c.strings]] | Null-terminated sequence utilities | `<cctype>`, `<cstdlib>`, `<cuchar>`, `<cwchar>`, `<cwctype>` |
16
+
17
+