From Jason Turner

[character.seq]

Diff to HTML by rtfpessoa

tmp/tmp9z0onn7y/{from.md → to.md} RENAMED
@@ -21,20 +21,22 @@ sequences that follow a few uniform conventions:
21
  basic character set.
22
  - The *decimal-point character* is the locale-specific (single-byte)
23
  character used by functions that convert between a (single-byte)
24
  character sequence and a value of one of the floating-point types. It
25
  is used in the character sequence to denote the beginning of a
26
- fractional part. It is represented in [[support]] through [[thread]]
27
- and [[depr]] by a period, `'.'`, which is also its value in the `"C"`
28
  locale.
29
  - A *character sequence* is an array object [[dcl.array]] `A` that can
30
  be declared as `T A[N]`, where `T` is any of the types `char`,
31
  `unsigned char`, or `signed char` [[basic.fundamental]], optionally
32
  qualified by any combination of `const` or `volatile`. The initial
33
  elements of the array have defined contents up to and including an
34
  element determined by some predicate. A character sequence can be
35
  designated by a pointer value `S` that points to its first element.
 
 
36
 
37
  ###### Byte strings <a id="byte.strings">[[byte.strings]]</a>
38
 
39
  A *null-terminated byte string*, or NTBS, is a character sequence whose
40
  highest-addressed element with defined content has the value zero (the
 
21
  basic character set.
22
  - The *decimal-point character* is the locale-specific (single-byte)
23
  character used by functions that convert between a (single-byte)
24
  character sequence and a value of one of the floating-point types. It
25
  is used in the character sequence to denote the beginning of a
26
+ fractional part. It is represented in [[support]] through [[exec]] and
27
+ [[depr]] by a period, `'.'`, which is also its value in the `"C"`
28
  locale.
29
  - A *character sequence* is an array object [[dcl.array]] `A` that can
30
  be declared as `T A[N]`, where `T` is any of the types `char`,
31
  `unsigned char`, or `signed char` [[basic.fundamental]], optionally
32
  qualified by any combination of `const` or `volatile`. The initial
33
  elements of the array have defined contents up to and including an
34
  element determined by some predicate. A character sequence can be
35
  designated by a pointer value `S` that points to its first element.
36
+ - Let *`STATICALLY-WIDEN`*`<charT>("...")` be `"..."` if `charT` is
37
+ `char` and `L"..."` if `charT` is `wchar_t`.
38
 
39
  ###### Byte strings <a id="byte.strings">[[byte.strings]]</a>
40
 
41
  A *null-terminated byte string*, or NTBS, is a character sequence whose
42
  highest-addressed element with defined content has the value zero (the