Bit-masks returned by character-conversion functions to report conversion issues.
Declared in <bdlde_charconvertstatus.h>
enum Enum;
| Name | Description |
|---|---|
k_INVALID_INPUT_BIT | Invalid code points or byte/word sequences were found in the input. |
k_OUT_OF_SPACE_BIT | The provided output buffer was too small for the translation. |