This commit is contained in:
2025-10-25 03:02:53 +03:00
commit 043225d523
3416 changed files with 681196 additions and 0 deletions

20
cppdraft/text/general.md Normal file
View File

@@ -0,0 +1,20 @@
[text.general]
# 28 Text processing library [[text]](./#text)
## 28.1 General [text.general]
This Clause describes components for dealing with text[.](#sentence-1)
These components are summarized in Table [89](#tab:text.summary "Table 89: Text library summary")[.](#sentence-2)
Table [89](#tab:text.summary) — Text library summary [[tab:text.summary]](./tab:text.summary)
| [🔗](#tab:text.summary-row-1) | **Subclause** | **Header** |
| --- | --- | --- |
| [🔗](#tab:text.summary-row-2)<br>[[charconv]](charconv "28.2Primitive numeric conversions") | Primitive numeric conversions | <charconv> |
| [🔗](#tab:text.summary-row-3)<br>[[localization]](localization "28.3Localization library") | Localization library | <locale>, <clocale> |
| [🔗](#tab:text.summary-row-4)<br>[[format]](format "28.5Formatting") | Formatting | <format> |
| [🔗](#tab:text.summary-row-5)<br>[[text.encoding]](text.encoding "28.4Text encodings identification") | Text encodings identification | <text_encoding> |
| [🔗](#tab:text.summary-row-6)<br>[[re]](re "28.6Regular expressions library") | Regular expressions library | <regex> |
| [🔗](#tab:text.summary-row-7)<br>[[text.c.strings]](text.c.strings "28.7Null-terminated sequence utilities") | Null-terminated sequence utilities | <cctype>, <cstdlib>, <cuchar>, <cwchar>, <cwctype> |