From Jason Turner

[depr.fs.path.factory]

Diff to HTML by rtfpessoa

tmp/tmpv2wqizyp/{from.md → to.md} RENAMED
@@ -50,9 +50,9 @@ For Windows-based operating systems a conversion from UTF-8 to UTF-16
50
  occurs.
51
 
52
  — *end example*]
53
 
54
  [*Note 1*: The example above is representative of a historical use of
55
- `filesystem::u8path`. Passing a `std::u8string` to `path`’s constructor
56
- is preferred for an indication of UTF-8 encoding more consistent with
57
- `path`’s handling of other encodings. — *end note*]
58
 
 
50
  occurs.
51
 
52
  — *end example*]
53
 
54
  [*Note 1*: The example above is representative of a historical use of
55
+ `filesystem::u8path`. To indicate a UTF-8 encoding, passing a
56
+ `std::u8string` to `path`’s constructor is preferred as it is consistent
57
+ with `path`’s handling of other encodings. — *end note*]
58