Package COM.INFORMATIMAGO.COMMON-LISP.CESARUM.ISO639A


This package exports functions and data to process iso639a language codes.


License:

    AGPL3

    Copyright Pascal J. Bourguignon 2003 - 2012

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU Affero General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU Affero General Public License for more details.

    You should have received a copy of the GNU Affero General Public License
    along with this program.
    If not, see <http://www.gnu.org/licenses/>

(get-languages &key group-per-family order)
function
RETURN:  If group-per-family is true,
         then a list of ( family (name code)* )
         else a list of ( name code family ).
         In both cases, the list(s) of languages are ordered as indicated
         by the order list, which may contain any combination of:
         :NAME :CODE :FAMILY.