logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mscript_language_list -

Description

       List languages that use a specified script. The mscript_language_list() function lists languages that use
       script.  script is a symbol whose name is the lower-cased version of a script name that appears in the
       Unicode Character Database.

Name

       mscript_language_list -

Return Value

       This function returns a well-formed plist whose keys are Msymbol and values are symbols whose names are
       ISO639-1 2-letter codes (or ISO639-2 3-letter codes, if the former is not available). The caller should
       not modify nor free it. If the m17n library does not know about script, it returns @ c NULL.

See Also

mscript_list(), mlanguage_list().

Synopsis

MPlist* mscript_language_list (MSymbol script)

return

See Also