This function retrieves the charset of the given name. If charset-or-name is a charset object, it is simply returned. Otherwise, charset-or-name should be a symbol. If there is no such charset,
nilis returned. Otherwise the associated charset object is returned.
This function retrieves the charset of the given name. Same as
find-charsetexcept an error is signalled if there is no such charset instead of returningnil.
This function defines a new character set. This function is for use with MULE support. name is a symbol, the name by which the character set is normally referred. doc-string is a string describing the character set. props is a property list, describing the specific nature of the character set. The recognized properties are
registry,dimension,columns,chars,final,graphic,direction, andccl-program, as previously described.
This function makes a charset equivalent to charset but which goes in the opposite direction. new-name is the name of the new charset. The new charset is returned.