I see a hash with a short list of encodings in /src/core/Rakudo/Internals.pm, but I cannot get to it outside of this. The NORMALIZE_ENCODING method is the only one that uses it. Use what is not on this list and you get an exception.
So, how can I find out what really is before I try it, especially since some important encodings are missing?
my $encodings := nqp::hash(
source share