Utility functions for working with the Encoding enum. More...
Public Member Functions | |
EncodingUtils ()=delete | |
Static Public Member Functions | |
static const char * | toString (Encoding e) |
Converts an Encoding to a human-readable string. | |
static std::optional< Encoding > | toEncoding (const char *str) |
Converts an encoding string from a property exchange JSON header to an Encoding. | |
Utility functions for working with the Encoding enum.
|
delete |
|
static |
Converts an Encoding to a human-readable string.