IANA-registered encoding names


The io.encodings.iana vocabulary provides words for accessing the names of encodings and the encoding descriptors corresponding to names.

Most text encodings in common use have been registered with IANA. There is a standard set of names for each encoding. Simple conversion functions:
name>encoding ( name -- encoding )

encoding>name ( encoding -- name )


To let a new encoding be used with the above words, use the following:
register-encoding ( descriptor name -- )