From Jason Turner

[locale.codecvt.inout]

Diff to HTML by rtfpessoa

tmp/tmp6lrk15_l/{from.md → to.md} RENAMED
@@ -2,8 +2,8 @@
2
 
3
  | Value | Meaning |
4
  | --------- | ------------------------------------------------------------------------------------------------ |
5
  | `ok` | completed the conversion |
6
  | `partial` | not all source characters converted |
7
- | `error` | encountered a character in {[}`from`, `from_end`{)} that it could not convert |
8
  | `noconv` | `internT` and `externT` are the same type, and input sequence is identical to converted sequence |
9
 
 
2
 
3
  | Value | Meaning |
4
  | --------- | ------------------------------------------------------------------------------------------------ |
5
  | `ok` | completed the conversion |
6
  | `partial` | not all source characters converted |
7
+ | `error` | encountered a character in {[}`from`, `from_end`{)} that cannot be converted |
8
  | `noconv` | `internT` and `externT` are the same type, and input sequence is identical to converted sequence |
9