The class std::codecvt_base provides the conversion status constants which are inherited and used by the std::codecvt facets.
[edit] Member types Member type Definition enum result { ok, partial, error, noconv }; Unscoped enumeration type Value Explanationok
conversion was completed with no error partial
not all source characters were converted error
encountered an invalid character noconv
no conversion required, input and output types are the same [edit] Notes
The value std::codecvt_base::partial is used to indicate that either the destination range is too short to receive the results of the conversion or the input is truncated in the middle of an otherwise valid multibyte character.
[edit] See also converts between character encodings, including UTF-8, UTF-16, UTF-32RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4