Handbook
Glossary
encoding>name ( encoding -- name )
IANA-registered encoding names
Prev:
name>encoding ( name -- encoding )
Next:
register-encoding ( descriptor name -- )
Vocabulary
io
.
encodings
.
iana
Inputs
encoding
an encoding descriptor
Outputs
name
an encoding name
Word description
Given an encoding descriptor, return the preferred IANA name. If no name is found, returns
f
.
See also
name>encoding
Definition
USING:
assocs
io.encodings.iana.private
namespaces
;
IN:
io.encodings.iana
:
encoding>name
( encoding -- name )
e>n-table
get-global
at
;