This is the language-codes Reference Manual, version 1.0.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 06:34:57 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
language-codes
A small library mapping language codes to language names.
Yukari Hafner <shinmera@tymoon.eu>
Yukari Hafner <shinmera@tymoon.eu>
zlib
1.0.0
documentation-utils
(system).
data/iso-639-1.lisp
(file).
data/iso-639-3.lisp
(file).
package.lisp
(file).
languages.lisp
(file).
documentation.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
language-codes/language-codes.asd
language-codes/package.lisp
language-codes/languages.lisp
language-codes/documentation.lisp
language-codes/language-codes.asd
language-codes
(system).
language-codes/package.lisp
data/iso-639-3.lisp
(file).
language-codes
(system).
language-codes/languages.lisp
package.lisp
(file).
language-codes
(system).
codes
(generic function).
load-code-map
(function).
names
(generic function).
(setf names)
(generic function).
*here*
(special variable).
*language-code-map*
(special variable).
*language-name-map*
(special variable).
language-codes/documentation.lisp
languages.lisp
(file).
language-codes
(system).
language-codes/data/iso-639-3.lisp
data/iso-639-1.lisp
(file).
language-codes
(system).
Packages are listed by definition order.
language-codes
org.shirakumo.language-codes
common-lisp
.
codes
(generic function).
load-code-map
(function).
names
(generic function).
(setf names)
(generic function).
*here*
(special variable).
*language-code-map*
(special variable).
*language-name-map*
(special variable).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Load a code map file.
The file should be composed of s-expressions of
the following format:
FILE ::= ENTRY*
ENTRY ::= (CODE NAME*)
CODE — A string of the two- or three-letter code
NAME — A string for a human-readable name of the
language this code identifies.
See NAMES
Returns the list of known codes for the given language.
The language is matched case-insensitively.
See NAMES
string
)) ¶Accessor to the list of English language names for the given language code.
The code can be either a string or keyword of the
two- or three-letter ISO 639 codes.
By default codes for ISO-639-1 and ISO-639-3 are
loaded in. You can use this function to define your
own code mappings if necessary.
See https://www.loc.gov/standards/iso639-2/php/English_list.php
See https://iso639-3.sil.org/
See CODES
Jump to: | (
C F G L M N |
---|
Jump to: | (
C F G L M N |
---|
Jump to: | *
S |
---|
Jump to: | *
S |
---|
Jump to: | D F L P S |
---|
Jump to: | D F L P S |
---|