This function retrieves the coding system of the given name.
If coding-system-or-name is a coding-system object, it is simply returned. Otherwise, coding-system-or-name should be a symbol. If there is no such coding system,
nilis returned. Otherwise the associated coding system object is returned.
This function retrieves the coding system of the given name. Same as
find-coding-systemexcept an error is signalled if there is no such coding system instead of returningnil.
This function returns a list of the names of all defined coding systems.
This function returns the name of the given coding system.
Returns the base coding system (undecided EOL convention) coding system.
This function registers symbol name as a coding system.
type describes the conversion method used and should be one of the types listed in Coding System Types.
doc-string is a string describing the coding system.
props is a property list, describing the specific nature of the character set. Recognized properties are as in Coding System Properties.