From Jason Turner

[locale.codecvt.inout]

Diff to HTML by rtfpessoa

tmp/tmpw24l48_f/{from.md → to.md} RENAMED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ **Table: `do_in/do_out` result values** <a id="locale.codecvt.inout">[locale.codecvt.inout]</a>
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
+