From Jason Turner

[strings.general]

Diff to HTML by rtfpessoa

tmp/tmptej84yfm/{from.md → to.md} RENAMED
@@ -1,11 +1,11 @@
1
  ## General <a id="strings.general">[[strings.general]]</a>
2
 
3
  This Clause describes components for manipulating sequences of any
4
- non-array trivial standard-layout [[basic.types]] type. Such types are
5
- called *char-like types*, and objects of char-like types are called
6
- *char-like objects* or simply *characters*.
7
 
8
  The following subclauses describe a character traits class, string
9
  classes, and null-terminated sequence utilities, as summarized in
10
  [[strings.summary]].
11
 
 
1
  ## General <a id="strings.general">[[strings.general]]</a>
2
 
3
  This Clause describes components for manipulating sequences of any
4
+ non-array trivial standard-layout [[term.standard.layout.type]] type.
5
+ Such types are called *char-like types*, and objects of char-like types
6
+ are called *char-like objects* or simply *characters*.
7
 
8
  The following subclauses describe a character traits class, string
9
  classes, and null-terminated sequence utilities, as summarized in
10
  [[strings.summary]].
11