#include #include int main() { for (auto codec : SupportedCodings()) { Cout << codec << Endl; } }