find-coding-systems-for-charsets

find-coding-systems-for-charsets is a compiled Lisp function in `mule-cmds.el'.

(find-coding-systems-for-charsets CHARSETS)

Return a list of proper coding systems to encode characters of CHARSETS.
CHARSETS is a list of character sets.

This only finds coding systems of type `charset', whose
`:charset-list' property includes all of CHARSETS (plus `ascii' for
ASCII-compatible coding systems). It was used in older versions of
Emacs, but is unlikely to be what you really want now.