register-encoding ( descriptor name -- )
IANA-registered encoding names

Prev:encoding>name ( encoding -- name )


Vocabulary
io.encodings.iana

Inputs
descriptoran encoding descriptor
namea string


Outputs
None

Word description
Registers an encoding descriptor with the given name, available for lookup through name>encoding and encoding>name. IANA-registered aliases are automatically included. The name given must be the first name in the resources:basis/io/encodings/iana/character-sets file.

Definition