std::text_encoding::id

Header: <text_encoding>

The scoped enumeration std::text_encoding::id contains an enumerator for each known registered character encoding with their corresponding MIBenum value.

# Declarations

enum class text_encoding::id : std::int_least32_t;

(since C++26)

# Notes

For each encoding, the corresponding enumerator is derived from the alias beginning with “cs”, as follows:

# See also