name>encoding ( name -- encoding )
IANA-registered encoding names

Next:encoding>name ( encoding -- name )


Vocabulary
io.encodings.iana

Inputs
namean encoding name


Outputs
encodingan encoding descriptor


Word description
Given an IANA-registered encoding name, find the encoding descriptor that represents it, or f if it is not found (either not implemented in Factor or not registered).

See also
encoding>name

Definition