Add devanagari and cyrillic languages. Add Geez
This commit is contained in:
parent
2ce5254236
commit
f749c49cb4
|
@ -1,4 +1,4 @@
|
||||||
XCOMM $XFree86: xc/lib/fontconfig/fc-lang/Imakefile,v 1.5 2002/07/08 07:31:49 keithp Exp $
|
XCOMM $XFree86: xc/lib/fontconfig/fc-lang/Imakefile,v 1.6 2002/07/09 02:28:26 keithp Exp $
|
||||||
|
|
||||||
#ifdef UseInstalled
|
#ifdef UseInstalled
|
||||||
/* building outside the tree, use private defines */
|
/* building outside the tree, use private defines */
|
||||||
|
@ -17,26 +17,26 @@ TARG=fclang.h
|
||||||
TMPL=fclang.tmpl.h
|
TMPL=fclang.tmpl.h
|
||||||
|
|
||||||
#
|
#
|
||||||
# Basic ISO 639-1 two letter language names
|
# Basic ISO 639-1 two letter language names, 639-2 are three-letter
|
||||||
ORTH1=ab.orth ar.orth az.orth ba.orth be.orth bg.orth bn.orth bo.orth br.orth\
|
# language codes
|
||||||
ca.orth co.orth cs.orth da.orth de.orth el.orth en.orth eo.orth es.orth\
|
|
||||||
et.orth eu.orth fa.orth fi.orth fo.orth fr.orth fy.orth ga.orth gd.orth\
|
|
||||||
gl.orth gu.orth he.orth hr.orth hu.orth hy.orth is.orth it.orth ja.orth\
|
|
||||||
ka.orth kk.orth kl.orth km.orth kn.orth ko.orth la.orth lo.orth lt.orth\
|
|
||||||
lv.orth mk.orth ml.orth mn.orth mo.orth mt.orth nl.orth no.orth oc.orth\
|
|
||||||
or.orth pl.orth pt.orth rm.orth ro.orth ru.orth sh.orth si.orth sk.orth\
|
|
||||||
sl.orth sq.orth sr.orth sv.orth ta.orth te.orth th.orth tl.orth tr.orth\
|
|
||||||
uk.orth vo.orth wa.orth yi.orth zh_cn.orth zh_hk.orth zh_mo.orth\
|
|
||||||
zh_sg.orth zh_tw.orth
|
|
||||||
#
|
#
|
||||||
# ISO 639-2 adds many more three letter language names
|
|
||||||
#
|
|
||||||
ORTH2=chr.orth
|
|
||||||
|
|
||||||
ORTH=$(ORTH1) $(ORTH2)
|
|
||||||
|
|
||||||
|
ORTH=ab.orth ar.orth ava.orth az.orth ba.orth be.orth bg.orth bh.orth\
|
||||||
|
bho.orth bn.orth bo.orth br.orth bua.orth ca.orth ce.orth chm.orth\
|
||||||
|
chr.orth co.orth cs.orth cv.orth da.orth de.orth el.orth en.orth eo.orth\
|
||||||
|
es.orth et.orth eu.orth fa.orth fi.orth fo.orth fr.orth fy.orth ga.orth\
|
||||||
|
gd.orth gez.orth gl.orth gu.orth he.orth hi.orth hr.orth hu.orth hy.orth\
|
||||||
|
ik.orth is.orth it.orth iu.orth ja.orth ka.orth kaa.orth kk.orth kl.orth\
|
||||||
|
km.orth kn.orth ko.orth kok.orth ks.orth ku.orth kv.orth ky.orth la.orth\
|
||||||
|
lez.orth lo.orth lt.orth lv.orth mk.orth ml.orth mn.orth mo.orth mr.orth\
|
||||||
|
mt.orth ne.orth nl.orth no.orth oc.orth or.orth os.orth pl.orth pt.orth\
|
||||||
|
rm.orth ro.orth ru.orth sa.orth sah.orth sel.orth sh.orth si.orth\
|
||||||
|
sk.orth sl.orth sq.orth sr.orth sv.orth ta.orth te.orth tg.orth th.orth\
|
||||||
|
tk.orth tl.orth tr.orth tt.orth tyv.orth uk.orth uz.orth vo.orth wa.orth\
|
||||||
|
yi.orth zh_cn.orth zh_hk.orth zh_mo.orth zh_sg.orth zh_tw.orth
|
||||||
|
|
||||||
all:: $(TARG)
|
all:: $(TARG)
|
||||||
|
|
||||||
clean::
|
clean::
|
||||||
$(RM) $(TARG)
|
$(RM) $(TARG)
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,97 @@
|
||||||
|
#
|
||||||
|
# $XFree86$
|
||||||
|
#
|
||||||
|
# Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc.
|
||||||
|
#
|
||||||
|
# Permission to use, copy, modify, distribute, and sell this software and its
|
||||||
|
# documentation for any purpose is hereby granted without fee, provided that
|
||||||
|
# the above copyright notice appear in all copies and that both that
|
||||||
|
# copyright notice and this permission notice appear in supporting
|
||||||
|
# documentation, and that the name of Keith Packard not be used in
|
||||||
|
# advertising or publicity pertaining to distribution of the software without
|
||||||
|
# specific, written prior permission. Keith Packard makes no
|
||||||
|
# representations about the suitability of this software for any purpose. It
|
||||||
|
# is provided "as is" without express or implied warranty.
|
||||||
|
#
|
||||||
|
# KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
|
||||||
|
# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
|
||||||
|
# EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
|
||||||
|
# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
||||||
|
# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
||||||
|
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
|
# PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
#
|
||||||
|
# Coverage taken from TITUS (Thesaurus Indogermanischer Text und
|
||||||
|
# Sprachmaterialien)
|
||||||
|
#
|
||||||
|
# http://titus.uni-frankfurt.de/unicode/alphabet/nslatest.htm
|
||||||
|
#
|
||||||
|
# Avaric (AVA)
|
||||||
|
#
|
||||||
|
0401
|
||||||
|
0406
|
||||||
|
0410
|
||||||
|
0411
|
||||||
|
0412
|
||||||
|
0413
|
||||||
|
0414
|
||||||
|
0415
|
||||||
|
0416
|
||||||
|
0417
|
||||||
|
0418
|
||||||
|
0419
|
||||||
|
041a
|
||||||
|
041b
|
||||||
|
041c
|
||||||
|
041d
|
||||||
|
041e
|
||||||
|
041f
|
||||||
|
0420
|
||||||
|
0421
|
||||||
|
0422
|
||||||
|
0423
|
||||||
|
0424
|
||||||
|
0425
|
||||||
|
0426
|
||||||
|
0427
|
||||||
|
0428
|
||||||
|
0429
|
||||||
|
042a
|
||||||
|
042b
|
||||||
|
042c
|
||||||
|
042d
|
||||||
|
042e
|
||||||
|
042f
|
||||||
|
0430
|
||||||
|
0431
|
||||||
|
0432
|
||||||
|
0433
|
||||||
|
0434
|
||||||
|
0435
|
||||||
|
0436
|
||||||
|
0437
|
||||||
|
0438
|
||||||
|
0439
|
||||||
|
043a
|
||||||
|
043b
|
||||||
|
043c
|
||||||
|
043d
|
||||||
|
043e
|
||||||
|
043f
|
||||||
|
0440
|
||||||
|
0441
|
||||||
|
0442
|
||||||
|
0443
|
||||||
|
0444
|
||||||
|
0445
|
||||||
|
0446
|
||||||
|
0447
|
||||||
|
0448
|
||||||
|
0449
|
||||||
|
044a
|
||||||
|
044b
|
||||||
|
044c
|
||||||
|
044d
|
||||||
|
044e
|
||||||
|
044f
|
||||||
|
0451
|
|
@ -0,0 +1,25 @@
|
||||||
|
#
|
||||||
|
# $XFree86$
|
||||||
|
#
|
||||||
|
# Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc.
|
||||||
|
#
|
||||||
|
# Permission to use, copy, modify, distribute, and sell this software and its
|
||||||
|
# documentation for any purpose is hereby granted without fee, provided that
|
||||||
|
# the above copyright notice appear in all copies and that both that
|
||||||
|
# copyright notice and this permission notice appear in supporting
|
||||||
|
# documentation, and that the name of Keith Packard not be used in
|
||||||
|
# advertising or publicity pertaining to distribution of the software without
|
||||||
|
# specific, written prior permission. Keith Packard makes no
|
||||||
|
# representations about the suitability of this software for any purpose. It
|
||||||
|
# is provided "as is" without express or implied warranty.
|
||||||
|
#
|
||||||
|
# KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
|
||||||
|
# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
|
||||||
|
# EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
|
||||||
|
# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
||||||
|
# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
||||||
|
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
|
# PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
#
|
||||||
|
# Bihari (Devanagari script) (BH)
|
||||||
|
include hi.orth
|
|
@ -0,0 +1,25 @@
|
||||||
|
#
|
||||||
|
# $XFree86$
|
||||||
|
#
|
||||||
|
# Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc.
|
||||||
|
#
|
||||||
|
# Permission to use, copy, modify, distribute, and sell this software and its
|
||||||
|
# documentation for any purpose is hereby granted without fee, provided that
|
||||||
|
# the above copyright notice appear in all copies and that both that
|
||||||
|
# copyright notice and this permission notice appear in supporting
|
||||||
|
# documentation, and that the name of Keith Packard not be used in
|
||||||
|
# advertising or publicity pertaining to distribution of the software without
|
||||||
|
# specific, written prior permission. Keith Packard makes no
|
||||||
|
# representations about the suitability of this software for any purpose. It
|
||||||
|
# is provided "as is" without express or implied warranty.
|
||||||
|
#
|
||||||
|
# KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
|
||||||
|
# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
|
||||||
|
# EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
|
||||||
|
# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
||||||
|
# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
||||||
|
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
|
# PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
#
|
||||||
|
# Bhojpuri (Devanagari script) (BHO)
|
||||||
|
include hi.orth
|
|
@ -0,0 +1,102 @@
|
||||||
|
#
|
||||||
|
# $XFree86$
|
||||||
|
#
|
||||||
|
# Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc.
|
||||||
|
#
|
||||||
|
# Permission to use, copy, modify, distribute, and sell this software and its
|
||||||
|
# documentation for any purpose is hereby granted without fee, provided that
|
||||||
|
# the above copyright notice appear in all copies and that both that
|
||||||
|
# copyright notice and this permission notice appear in supporting
|
||||||
|
# documentation, and that the name of Keith Packard not be used in
|
||||||
|
# advertising or publicity pertaining to distribution of the software without
|
||||||
|
# specific, written prior permission. Keith Packard makes no
|
||||||
|
# representations about the suitability of this software for any purpose. It
|
||||||
|
# is provided "as is" without express or implied warranty.
|
||||||
|
#
|
||||||
|
# KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
|
||||||
|
# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
|
||||||
|
# EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
|
||||||
|
# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
||||||
|
# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
||||||
|
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
|
# PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
#
|
||||||
|
# Coverage taken from TITUS (Thesaurus Indogermanischer Text und
|
||||||
|
# Sprachmaterialien)
|
||||||
|
#
|
||||||
|
# http://titus.uni-frankfurt.de/unicode/alphabet/nslatest.htm
|
||||||
|
#
|
||||||
|
# Buriat (Buryat) (BUA)
|
||||||
|
#
|
||||||
|
0401
|
||||||
|
0410
|
||||||
|
0411
|
||||||
|
0412
|
||||||
|
0413
|
||||||
|
0414
|
||||||
|
0415
|
||||||
|
0416
|
||||||
|
0417
|
||||||
|
0418
|
||||||
|
0419
|
||||||
|
041a
|
||||||
|
041b
|
||||||
|
041c
|
||||||
|
041d
|
||||||
|
041e
|
||||||
|
041f
|
||||||
|
0420
|
||||||
|
0421
|
||||||
|
0422
|
||||||
|
0423
|
||||||
|
0424
|
||||||
|
0425
|
||||||
|
0426
|
||||||
|
0427
|
||||||
|
0428
|
||||||
|
0429
|
||||||
|
042a
|
||||||
|
042b
|
||||||
|
042c
|
||||||
|
042d
|
||||||
|
042e
|
||||||
|
042f
|
||||||
|
0430
|
||||||
|
0431
|
||||||
|
0432
|
||||||
|
0433
|
||||||
|
0434
|
||||||
|
0435
|
||||||
|
0436
|
||||||
|
0437
|
||||||
|
0438
|
||||||
|
0439
|
||||||
|
043a
|
||||||
|
043b
|
||||||
|
043c
|
||||||
|
043d
|
||||||
|
043e
|
||||||
|
043f
|
||||||
|
0440
|
||||||
|
0441
|
||||||
|
0442
|
||||||
|
0443
|
||||||
|
0444
|
||||||
|
0445
|
||||||
|
0446
|
||||||
|
0447
|
||||||
|
0448
|
||||||
|
0449
|
||||||
|
044a
|
||||||
|
044b
|
||||||
|
044c
|
||||||
|
044d
|
||||||
|
044e
|
||||||
|
044f
|
||||||
|
0451
|
||||||
|
0472
|
||||||
|
0473
|
||||||
|
04ae
|
||||||
|
04af
|
||||||
|
04ba
|
||||||
|
04bb
|
|
@ -0,0 +1,97 @@
|
||||||
|
#
|
||||||
|
# $XFree86$
|
||||||
|
#
|
||||||
|
# Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc.
|
||||||
|
#
|
||||||
|
# Permission to use, copy, modify, distribute, and sell this software and its
|
||||||
|
# documentation for any purpose is hereby granted without fee, provided that
|
||||||
|
# the above copyright notice appear in all copies and that both that
|
||||||
|
# copyright notice and this permission notice appear in supporting
|
||||||
|
# documentation, and that the name of Keith Packard not be used in
|
||||||
|
# advertising or publicity pertaining to distribution of the software without
|
||||||
|
# specific, written prior permission. Keith Packard makes no
|
||||||
|
# representations about the suitability of this software for any purpose. It
|
||||||
|
# is provided "as is" without express or implied warranty.
|
||||||
|
#
|
||||||
|
# KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
|
||||||
|
# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
|
||||||
|
# EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
|
||||||
|
# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
||||||
|
# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
||||||
|
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
|
# PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
#
|
||||||
|
# Coverage taken from TITUS (Thesaurus Indogermanischer Text und
|
||||||
|
# Sprachmaterialien)
|
||||||
|
#
|
||||||
|
# http://titus.uni-frankfurt.de/unicode/alphabet/nslatest.htm
|
||||||
|
#
|
||||||
|
# Chechen (CE)
|
||||||
|
#
|
||||||
|
0401
|
||||||
|
0406
|
||||||
|
0410
|
||||||
|
0411
|
||||||
|
0412
|
||||||
|
0413
|
||||||
|
0414
|
||||||
|
0415
|
||||||
|
0416
|
||||||
|
0417
|
||||||
|
0418
|
||||||
|
0419
|
||||||
|
041a
|
||||||
|
041b
|
||||||
|
041c
|
||||||
|
041d
|
||||||
|
041e
|
||||||
|
041f
|
||||||
|
0420
|
||||||
|
0421
|
||||||
|
0422
|
||||||
|
0423
|
||||||
|
0424
|
||||||
|
0425
|
||||||
|
0426
|
||||||
|
0427
|
||||||
|
0428
|
||||||
|
0429
|
||||||
|
042a
|
||||||
|
042b
|
||||||
|
042c
|
||||||
|
042d
|
||||||
|
042e
|
||||||
|
042f
|
||||||
|
0430
|
||||||
|
0431
|
||||||
|
0432
|
||||||
|
0433
|
||||||
|
0434
|
||||||
|
0435
|
||||||
|
0436
|
||||||
|
0437
|
||||||
|
0438
|
||||||
|
0439
|
||||||
|
043a
|
||||||
|
043b
|
||||||
|
043c
|
||||||
|
043d
|
||||||
|
043e
|
||||||
|
043f
|
||||||
|
0440
|
||||||
|
0441
|
||||||
|
0442
|
||||||
|
0443
|
||||||
|
0444
|
||||||
|
0445
|
||||||
|
0446
|
||||||
|
0447
|
||||||
|
0448
|
||||||
|
0449
|
||||||
|
044a
|
||||||
|
044b
|
||||||
|
044c
|
||||||
|
044d
|
||||||
|
044e
|
||||||
|
044f
|
||||||
|
0451
|
|
@ -0,0 +1,109 @@
|
||||||
|
#
|
||||||
|
# $XFree86$
|
||||||
|
#
|
||||||
|
# Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc.
|
||||||
|
#
|
||||||
|
# Permission to use, copy, modify, distribute, and sell this software and its
|
||||||
|
# documentation for any purpose is hereby granted without fee, provided that
|
||||||
|
# the above copyright notice appear in all copies and that both that
|
||||||
|
# copyright notice and this permission notice appear in supporting
|
||||||
|
# documentation, and that the name of Keith Packard not be used in
|
||||||
|
# advertising or publicity pertaining to distribution of the software without
|
||||||
|
# specific, written prior permission. Keith Packard makes no
|
||||||
|
# representations about the suitability of this software for any purpose. It
|
||||||
|
# is provided "as is" without express or implied warranty.
|
||||||
|
#
|
||||||
|
# KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
|
||||||
|
# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
|
||||||
|
# EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
|
||||||
|
# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
||||||
|
# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
||||||
|
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
|
# PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
#
|
||||||
|
# Coverage taken from TITUS (Thesaurus Indogermanischer Text und
|
||||||
|
# Sprachmaterialien)
|
||||||
|
#
|
||||||
|
# http://titus.uni-frankfurt.de/unicode/alphabet/nslatest.htm
|
||||||
|
#
|
||||||
|
# Mari (Lower Cheremis / Upper Cheremis) (CHM)
|
||||||
|
#
|
||||||
|
# I've merged both of these languages together so that a font
|
||||||
|
# for 'chm' will cover both orthographies
|
||||||
|
#
|
||||||
|
0401
|
||||||
|
0410
|
||||||
|
0411
|
||||||
|
0412
|
||||||
|
0413
|
||||||
|
0414
|
||||||
|
0415
|
||||||
|
0416
|
||||||
|
0417
|
||||||
|
0418
|
||||||
|
0419
|
||||||
|
041a
|
||||||
|
041b
|
||||||
|
041c
|
||||||
|
041d
|
||||||
|
041e
|
||||||
|
041f
|
||||||
|
0420
|
||||||
|
0421
|
||||||
|
0422
|
||||||
|
0423
|
||||||
|
0424
|
||||||
|
0425
|
||||||
|
0426
|
||||||
|
0427
|
||||||
|
0428
|
||||||
|
0429
|
||||||
|
042a
|
||||||
|
042b
|
||||||
|
042c
|
||||||
|
042d
|
||||||
|
042e
|
||||||
|
042f
|
||||||
|
0430
|
||||||
|
0431
|
||||||
|
0432
|
||||||
|
0433
|
||||||
|
0434
|
||||||
|
0435
|
||||||
|
0436
|
||||||
|
0437
|
||||||
|
0438
|
||||||
|
0439
|
||||||
|
043a
|
||||||
|
043b
|
||||||
|
043c
|
||||||
|
043d
|
||||||
|
043e
|
||||||
|
043f
|
||||||
|
0440
|
||||||
|
0441
|
||||||
|
0442
|
||||||
|
0443
|
||||||
|
0444
|
||||||
|
0445
|
||||||
|
0446
|
||||||
|
0447
|
||||||
|
0448
|
||||||
|
0449
|
||||||
|
044a
|
||||||
|
044b
|
||||||
|
044c
|
||||||
|
044d
|
||||||
|
044e
|
||||||
|
044f
|
||||||
|
0451
|
||||||
|
04a4
|
||||||
|
04a5
|
||||||
|
04d2
|
||||||
|
04d3
|
||||||
|
04e6
|
||||||
|
04e7
|
||||||
|
04f0
|
||||||
|
04f1
|
||||||
|
04f8
|
||||||
|
04f9
|
|
@ -0,0 +1,109 @@
|
||||||
|
#
|
||||||
|
# $XFree86$
|
||||||
|
#
|
||||||
|
# Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc.
|
||||||
|
#
|
||||||
|
# Permission to use, copy, modify, distribute, and sell this software and its
|
||||||
|
# documentation for any purpose is hereby granted without fee, provided that
|
||||||
|
# the above copyright notice appear in all copies and that both that
|
||||||
|
# copyright notice and this permission notice appear in supporting
|
||||||
|
# documentation, and that the name of Keith Packard not be used in
|
||||||
|
# advertising or publicity pertaining to distribution of the software without
|
||||||
|
# specific, written prior permission. Keith Packard makes no
|
||||||
|
# representations about the suitability of this software for any purpose. It
|
||||||
|
# is provided "as is" without express or implied warranty.
|
||||||
|
#
|
||||||
|
# KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
|
||||||
|
# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
|
||||||
|
# EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
|
||||||
|
# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
||||||
|
# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
||||||
|
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
|
# PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
#
|
||||||
|
# Coverage taken from TITUS (Thesaurus Indogermanischer Text und
|
||||||
|
# Sprachmaterialien)
|
||||||
|
#
|
||||||
|
# http://titus.uni-frankfurt.de/unicode/alphabet/nslatest.htm
|
||||||
|
#
|
||||||
|
# Chuvash (CV)
|
||||||
|
#
|
||||||
|
#
|
||||||
|
# I'm guessing the c cedilla is really es with descender
|
||||||
|
#
|
||||||
|
#00c7 # C cedilla
|
||||||
|
#00e7 # c cedilla
|
||||||
|
04aa # capital es with descender
|
||||||
|
04ab # small es with descender
|
||||||
|
0102
|
||||||
|
0103
|
||||||
|
0401
|
||||||
|
0410
|
||||||
|
0411
|
||||||
|
0412
|
||||||
|
0413
|
||||||
|
0414
|
||||||
|
0415
|
||||||
|
0416
|
||||||
|
0417
|
||||||
|
0418
|
||||||
|
0419
|
||||||
|
041a
|
||||||
|
041b
|
||||||
|
041c
|
||||||
|
041d
|
||||||
|
041e
|
||||||
|
041f
|
||||||
|
0420
|
||||||
|
0421
|
||||||
|
0422
|
||||||
|
0423
|
||||||
|
0424
|
||||||
|
0425
|
||||||
|
0426
|
||||||
|
0427
|
||||||
|
0428
|
||||||
|
0429
|
||||||
|
042a
|
||||||
|
042b
|
||||||
|
042c
|
||||||
|
042d
|
||||||
|
042e
|
||||||
|
042f
|
||||||
|
0430
|
||||||
|
0431
|
||||||
|
0432
|
||||||
|
0433
|
||||||
|
0434
|
||||||
|
0435
|
||||||
|
0436
|
||||||
|
0437
|
||||||
|
0438
|
||||||
|
0439
|
||||||
|
043a
|
||||||
|
043b
|
||||||
|
043c
|
||||||
|
043d
|
||||||
|
043e
|
||||||
|
043f
|
||||||
|
0440
|
||||||
|
0441
|
||||||
|
0442
|
||||||
|
0443
|
||||||
|
0444
|
||||||
|
0445
|
||||||
|
0446
|
||||||
|
0447
|
||||||
|
0448
|
||||||
|
0449
|
||||||
|
044a
|
||||||
|
044b
|
||||||
|
044c
|
||||||
|
044d
|
||||||
|
044e
|
||||||
|
044f
|
||||||
|
0451
|
||||||
|
04d6
|
||||||
|
04d7
|
||||||
|
04f2
|
||||||
|
04f3
|
1776
fc-lang/fclang.h
1776
fc-lang/fclang.h
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,57 @@
|
||||||
|
#
|
||||||
|
# $XFree86$
|
||||||
|
#
|
||||||
|
# Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc.
|
||||||
|
#
|
||||||
|
# Permission to use, copy, modify, distribute, and sell this software and its
|
||||||
|
# documentation for any purpose is hereby granted without fee, provided that
|
||||||
|
# the above copyright notice appear in all copies and that both that
|
||||||
|
# copyright notice and this permission notice appear in supporting
|
||||||
|
# documentation, and that the name of Keith Packard not be used in
|
||||||
|
# advertising or publicity pertaining to distribution of the software without
|
||||||
|
# specific, written prior permission. Keith Packard makes no
|
||||||
|
# representations about the suitability of this software for any purpose. It
|
||||||
|
# is provided "as is" without express or implied warranty.
|
||||||
|
#
|
||||||
|
# KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
|
||||||
|
# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
|
||||||
|
# EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
|
||||||
|
# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
||||||
|
# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
||||||
|
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
|
# PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
#
|
||||||
|
# Ethiopic (Geez) (eth)
|
||||||
|
#
|
||||||
|
# Taken from Unicode coverage (1200-137f)
|
||||||
|
#
|
||||||
|
# Sylables
|
||||||
|
1200-1206
|
||||||
|
1208-1246
|
||||||
|
1248
|
||||||
|
1248-124d
|
||||||
|
1250-1256
|
||||||
|
1258
|
||||||
|
125a-125d
|
||||||
|
1260-1286
|
||||||
|
1288
|
||||||
|
128a-128d
|
||||||
|
1290-12ae
|
||||||
|
12b0
|
||||||
|
12b2-12b5
|
||||||
|
12b8-12be
|
||||||
|
12c0
|
||||||
|
12c2-12c5
|
||||||
|
12c8-12ce
|
||||||
|
12d0-12d6
|
||||||
|
12d8-12ee
|
||||||
|
12f0-130e
|
||||||
|
1310
|
||||||
|
1312-1315
|
||||||
|
1318-131e
|
||||||
|
1320-1346
|
||||||
|
1348-135a
|
||||||
|
#1361-1368 # punctuation
|
||||||
|
#1369-1371 # digits
|
||||||
|
#1372-137c # numbers
|
||||||
|
#
|
|
@ -0,0 +1,35 @@
|
||||||
|
#
|
||||||
|
# $XFree86$
|
||||||
|
#
|
||||||
|
# Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc.
|
||||||
|
#
|
||||||
|
# Permission to use, copy, modify, distribute, and sell this software and its
|
||||||
|
# documentation for any purpose is hereby granted without fee, provided that
|
||||||
|
# the above copyright notice appear in all copies and that both that
|
||||||
|
# copyright notice and this permission notice appear in supporting
|
||||||
|
# documentation, and that the name of Keith Packard not be used in
|
||||||
|
# advertising or publicity pertaining to distribution of the software without
|
||||||
|
# specific, written prior permission. Keith Packard makes no
|
||||||
|
# representations about the suitability of this software for any purpose. It
|
||||||
|
# is provided "as is" without express or implied warranty.
|
||||||
|
#
|
||||||
|
# KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
|
||||||
|
# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
|
||||||
|
# EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
|
||||||
|
# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
||||||
|
# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
||||||
|
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
|
# PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
#
|
||||||
|
# Hindi (Devanagari script) (HI)
|
||||||
|
#
|
||||||
|
# From Unicode coverage for Devanagari
|
||||||
|
#
|
||||||
|
0905-0914 # Independent vowels
|
||||||
|
0915-0939 # Consonants
|
||||||
|
093f-094c # Dependent vowel signs
|
||||||
|
094d # virama
|
||||||
|
#0958-095f # Additional consonants
|
||||||
|
#0960-0965 # Generic additions
|
||||||
|
#0966-096f # Digits
|
||||||
|
#0970 # Abbreviation sign
|
|
@ -0,0 +1,100 @@
|
||||||
|
#
|
||||||
|
# $XFree86$
|
||||||
|
#
|
||||||
|
# Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc.
|
||||||
|
#
|
||||||
|
# Permission to use, copy, modify, distribute, and sell this software and its
|
||||||
|
# documentation for any purpose is hereby granted without fee, provided that
|
||||||
|
# the above copyright notice appear in all copies and that both that
|
||||||
|
# copyright notice and this permission notice appear in supporting
|
||||||
|
# documentation, and that the name of Keith Packard not be used in
|
||||||
|
# advertising or publicity pertaining to distribution of the software without
|
||||||
|
# specific, written prior permission. Keith Packard makes no
|
||||||
|
# representations about the suitability of this software for any purpose. It
|
||||||
|
# is provided "as is" without express or implied warranty.
|
||||||
|
#
|
||||||
|
# KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
|
||||||
|
# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
|
||||||
|
# EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
|
||||||
|
# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
||||||
|
# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
||||||
|
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
|
# PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
#
|
||||||
|
# Coverage taken from TITUS (Thesaurus Indogermanischer Text und
|
||||||
|
# Sprachmaterialien)
|
||||||
|
#
|
||||||
|
# http://titus.uni-frankfurt.de/unicode/alphabet/nslatest.htm
|
||||||
|
#
|
||||||
|
# Inupiaq (Inupiak, Eskimo) (IK)
|
||||||
|
#
|
||||||
|
# I'm making a guess that this is language is set using Cyrillic
|
||||||
|
#
|
||||||
|
0401
|
||||||
|
040e
|
||||||
|
0410
|
||||||
|
0411
|
||||||
|
0412
|
||||||
|
0413
|
||||||
|
0414
|
||||||
|
0415
|
||||||
|
0416
|
||||||
|
0417
|
||||||
|
0418
|
||||||
|
0419
|
||||||
|
041a
|
||||||
|
041b
|
||||||
|
041c
|
||||||
|
041d
|
||||||
|
041e
|
||||||
|
041f
|
||||||
|
0420
|
||||||
|
0421
|
||||||
|
0422
|
||||||
|
0423
|
||||||
|
0424
|
||||||
|
0425
|
||||||
|
0426
|
||||||
|
0427
|
||||||
|
0428
|
||||||
|
0429
|
||||||
|
042a
|
||||||
|
042b
|
||||||
|
042c
|
||||||
|
042d
|
||||||
|
042e
|
||||||
|
042f
|
||||||
|
0430
|
||||||
|
0431
|
||||||
|
0432
|
||||||
|
0433
|
||||||
|
0434
|
||||||
|
0435
|
||||||
|
0436
|
||||||
|
0437
|
||||||
|
0438
|
||||||
|
0439
|
||||||
|
043a
|
||||||
|
043b
|
||||||
|
043c
|
||||||
|
043d
|
||||||
|
043e
|
||||||
|
043f
|
||||||
|
0440
|
||||||
|
0441
|
||||||
|
0442
|
||||||
|
0443
|
||||||
|
0444
|
||||||
|
0445
|
||||||
|
0446
|
||||||
|
0447
|
||||||
|
0448
|
||||||
|
0449
|
||||||
|
044a
|
||||||
|
044b
|
||||||
|
044c
|
||||||
|
044d
|
||||||
|
044e
|
||||||
|
044f
|
||||||
|
0451
|
||||||
|
045e
|
|
@ -31,7 +31,7 @@ built.
|
||||||
ast Asturian; Bable asturien; bable
|
ast Asturian; Bable asturien; bable
|
||||||
ath Athapascan languages athapascanes, langues
|
ath Athapascan languages athapascanes, langues
|
||||||
aus Australian languages australiennes, langues
|
aus Australian languages australiennes, langues
|
||||||
ava Avaric avar
|
* ava Avaric avar
|
||||||
ave ae Avestan avestique
|
ave ae Avestan avestique
|
||||||
awa Awadhi awadhi
|
awa Awadhi awadhi
|
||||||
aym ay Aymara aymara
|
aym ay Aymara aymara
|
||||||
|
@ -51,7 +51,7 @@ built.
|
||||||
* ben bn Bengali bengali
|
* ben bn Bengali bengali
|
||||||
ber Berber (Other) berbères, autres langues
|
ber Berber (Other) berbères, autres langues
|
||||||
bho Bhojpuri bhojpuri
|
bho Bhojpuri bhojpuri
|
||||||
bih bh Bihari bihari
|
* bih bh Bihari bihari
|
||||||
bik Bikol bikol
|
bik Bikol bikol
|
||||||
bin Bini bini
|
bin Bini bini
|
||||||
bis bi Bislama bichlamar
|
bis bi Bislama bichlamar
|
||||||
|
@ -62,7 +62,7 @@ built.
|
||||||
bra Braj braj
|
bra Braj braj
|
||||||
* bre br Breton breton
|
* bre br Breton breton
|
||||||
btk Batak (Indonesia) batak (Indonésie)
|
btk Batak (Indonesia) batak (Indonésie)
|
||||||
bua Buriat bouriate
|
* bua Buriat bouriate
|
||||||
bug Buginese bugi
|
bug Buginese bugi
|
||||||
* bul bg Bulgarian bulgare
|
* bul bg Bulgarian bulgare
|
||||||
bur/mya* my Burmese birman
|
bur/mya* my Burmese birman
|
||||||
|
@ -80,13 +80,13 @@ built.
|
||||||
chg Chagatai djaghataï
|
chg Chagatai djaghataï
|
||||||
* chi/zho* zh Chinese chinois
|
* chi/zho* zh Chinese chinois
|
||||||
chk Chuukese chuuk
|
chk Chuukese chuuk
|
||||||
chm Mari mari
|
* chm Mari mari
|
||||||
chn Chinook jargon chinook, jargon
|
chn Chinook jargon chinook, jargon
|
||||||
cho Choctaw choctaw
|
cho Choctaw choctaw
|
||||||
chp Chipewyan chipewyan
|
chp Chipewyan chipewyan
|
||||||
* chr Cherokee cherokee
|
* chr Cherokee cherokee
|
||||||
chu cu Church Slavic; Old Slavonic; Church Slavonic; Old Bulgarian; Old Church Slavonic slavon d'église; vieux slave; slavon liturgique; vieux bulgare
|
chu cu Church Slavic; Old Slavonic; Church Slavonic; Old Bulgarian; Old Church Slavonic slavon d'église; vieux slave; slavon liturgique; vieux bulgare
|
||||||
chv cv Chuvash tchouvache
|
* chv cv Chuvash tchouvache
|
||||||
chy Cheyenne cheyenne
|
chy Cheyenne cheyenne
|
||||||
cmc Chamic languages chames, langues
|
cmc Chamic languages chames, langues
|
||||||
cop Coptic copte
|
cop Coptic copte
|
||||||
|
@ -148,7 +148,7 @@ built.
|
||||||
gem Germanic (Other) germaniques, autres langues
|
gem Germanic (Other) germaniques, autres langues
|
||||||
* geo/kat* ka Georgian géorgien
|
* geo/kat* ka Georgian géorgien
|
||||||
* ger/deu* de German allemand
|
* ger/deu* de German allemand
|
||||||
gez Geez guèze
|
* gez Geez guèze
|
||||||
gil Gilbertese kiribati
|
gil Gilbertese kiribati
|
||||||
* gla gd Gaelic; Scottish Gaelic gaélique; gaélique écossais
|
* gla gd Gaelic; Scottish Gaelic gaélique; gaélique écossais
|
||||||
* gle ga Irish irlandais
|
* gle ga Irish irlandais
|
||||||
|
@ -172,7 +172,7 @@ built.
|
||||||
her hz Herero herero
|
her hz Herero herero
|
||||||
hil Hiligaynon hiligaynon
|
hil Hiligaynon hiligaynon
|
||||||
him Himachali himachali
|
him Himachali himachali
|
||||||
hin hi Hindi hindi
|
* hin hi Hindi hindi
|
||||||
hit Hittite hittite
|
hit Hittite hittite
|
||||||
hmn Hmong hmong
|
hmn Hmong hmong
|
||||||
hmo ho Hiri Motu hiri motu
|
hmo ho Hiri Motu hiri motu
|
||||||
|
@ -185,14 +185,14 @@ built.
|
||||||
* ice/isl* is Icelandic islandais
|
* ice/isl* is Icelandic islandais
|
||||||
ido io Ido ido
|
ido io Ido ido
|
||||||
ijo Ijo ijo
|
ijo Ijo ijo
|
||||||
iku iu Inuktitut inuktitut
|
* iku iu Inuktitut inuktitut
|
||||||
ile ie Interlingue interlingue
|
ile ie Interlingue interlingue
|
||||||
ilo Iloko ilocano
|
ilo Iloko ilocano
|
||||||
ina ia Interlingua (International Auxiliary Language Association) interlingua (langue auxiliaire internationale)
|
ina ia Interlingua (International Auxiliary Language Association) interlingua (langue auxiliaire internationale)
|
||||||
inc Indic (Other) indo-aryennes, autres langues
|
inc Indic (Other) indo-aryennes, autres langues
|
||||||
ind id Indonesian indonésien
|
ind id Indonesian indonésien
|
||||||
ine Indo-European (Other) indo-européennes, autres langues
|
ine Indo-European (Other) indo-européennes, autres langues
|
||||||
ipk ik Inupiaq inupiaq
|
* ipk ik Inupiaq inupiaq
|
||||||
ira Iranian (Other) iraniennes, autres langues
|
ira Iranian (Other) iraniennes, autres langues
|
||||||
iro Iroquoian languages iroquoises, langues (famille)
|
iro Iroquoian languages iroquoises, langues (famille)
|
||||||
* ice/isl* is Icelandic islandais
|
* ice/isl* is Icelandic islandais
|
||||||
|
@ -201,14 +201,14 @@ built.
|
||||||
* jpn ja Japanese japonais
|
* jpn ja Japanese japonais
|
||||||
jpr Judeo-Persian judéo-persan
|
jpr Judeo-Persian judéo-persan
|
||||||
jrb Judeo-Arabic judéo-arabe
|
jrb Judeo-Arabic judéo-arabe
|
||||||
kaa Kara-Kalpak karakalpak
|
* kaa Kara-Kalpak karakalpak
|
||||||
kab Kabyle kabyle
|
kab Kabyle kabyle
|
||||||
kac Kachin kachin
|
kac Kachin kachin
|
||||||
* kal kl Kalaallisut groenlandais
|
* kal kl Kalaallisut groenlandais
|
||||||
kam Kamba kamba
|
kam Kamba kamba
|
||||||
* kan kn Kannada kannada
|
* kan kn Kannada kannada
|
||||||
kar Karen karen
|
kar Karen karen
|
||||||
kas ks Kashmiri kashmiri
|
* kas ks Kashmiri kashmiri
|
||||||
* geo/kat* ka Georgian géorgien
|
* geo/kat* ka Georgian géorgien
|
||||||
kau Kanuri kanouri
|
kau Kanuri kanouri
|
||||||
kaw Kawi kawi
|
kaw Kawi kawi
|
||||||
|
@ -219,10 +219,10 @@ built.
|
||||||
kho Khotanese khotanais
|
kho Khotanese khotanais
|
||||||
kik ki Kikuyu; Gikuyu kikuyu
|
kik ki Kikuyu; Gikuyu kikuyu
|
||||||
kin rw Kinyarwanda rwanda
|
kin rw Kinyarwanda rwanda
|
||||||
kir ky Kirghiz kirghize
|
* kir ky Kirghiz kirghize
|
||||||
kmb Kimbundu kimbundu
|
kmb Kimbundu kimbundu
|
||||||
kok Konkani konkani
|
* kok Konkani konkani
|
||||||
kom kv Komi kom
|
* kom kv Komi kom
|
||||||
kon Kongo kongo
|
kon Kongo kongo
|
||||||
* kor ko Korean coréen
|
* kor ko Korean coréen
|
||||||
kos Kosraean kosrae
|
kos Kosraean kosrae
|
||||||
|
@ -231,7 +231,7 @@ built.
|
||||||
kru Kurukh kurukh
|
kru Kurukh kurukh
|
||||||
kua kj Kuanyama; Kwanyama kuanyama; kwanyama
|
kua kj Kuanyama; Kwanyama kuanyama; kwanyama
|
||||||
kum Kumyk koumyk
|
kum Kumyk koumyk
|
||||||
kur ku Kurdish kurde
|
* kur ku Kurdish kurde
|
||||||
kut Kutenai kutenai
|
kut Kutenai kutenai
|
||||||
lad Ladino judéo-espagnol
|
lad Ladino judéo-espagnol
|
||||||
lah Lahnda lahnda
|
lah Lahnda lahnda
|
||||||
|
@ -239,7 +239,7 @@ built.
|
||||||
* lao lo Lao lao
|
* lao lo Lao lao
|
||||||
* lat la Latin latin
|
* lat la Latin latin
|
||||||
* lav lv Latvian letton
|
* lav lv Latvian letton
|
||||||
lez Lezghian lezghien
|
* lez Lezghian lezghien
|
||||||
lin ln Lingala lingala
|
lin ln Lingala lingala
|
||||||
* lit lt Lithuanian lituanien
|
* lit lt Lithuanian lituanien
|
||||||
lol Mongo mongo
|
lol Mongo mongo
|
||||||
|
@ -262,7 +262,7 @@ built.
|
||||||
man Mandingo mandingue
|
man Mandingo mandingue
|
||||||
mao/mri* mi Maori maori
|
mao/mri* mi Maori maori
|
||||||
map Austronesian (Other) malayo-polynésiennes, autres langues
|
map Austronesian (Other) malayo-polynésiennes, autres langues
|
||||||
mar mr Marathi marathe
|
* mar mr Marathi marathe
|
||||||
mas Masai massaï
|
mas Masai massaï
|
||||||
may/msa* ms Malay malais
|
may/msa* ms Malay malais
|
||||||
mdr Mandar mandar
|
mdr Mandar mandar
|
||||||
|
@ -298,7 +298,7 @@ built.
|
||||||
nde nd Ndebele, North; North Ndebele ndébélé du Nord
|
nde nd Ndebele, North; North Ndebele ndébélé du Nord
|
||||||
ndo ng Ndonga ndonga
|
ndo ng Ndonga ndonga
|
||||||
nds Low German; Low Saxon; German, Low; Saxon, Low bas allemand; bas saxon; allemand, bas; saxon, bas
|
nds Low German; Low Saxon; German, Low; Saxon, Low bas allemand; bas saxon; allemand, bas; saxon, bas
|
||||||
nep ne Nepali népalais
|
* nep ne Nepali népalais
|
||||||
new Newari newari
|
new Newari newari
|
||||||
nia Nias nias
|
nia Nias nias
|
||||||
nic Niger-Kordofanian (Other) nigéro-congolaises, autres langues
|
nic Niger-Kordofanian (Other) nigéro-congolaises, autres langues
|
||||||
|
@ -320,7 +320,7 @@ built.
|
||||||
* ori or Oriya oriya
|
* ori or Oriya oriya
|
||||||
orm om Oromo galla
|
orm om Oromo galla
|
||||||
osa Osage osage
|
osa Osage osage
|
||||||
oss os Ossetian; Ossetic ossète
|
* oss os Ossetian; Ossetic ossète
|
||||||
ota Turkish, Ottoman (1500-1928) turc ottoman (1500-1928)
|
ota Turkish, Ottoman (1500-1928) turc ottoman (1500-1928)
|
||||||
oto Otomian languages otomangue, langues
|
oto Otomian languages otomangue, langues
|
||||||
paa Papuan (Other) papoues, autres langues
|
paa Papuan (Other) papoues, autres langues
|
||||||
|
@ -354,17 +354,17 @@ built.
|
||||||
* rus ru Russian russe
|
* rus ru Russian russe
|
||||||
sad Sandawe sandawe
|
sad Sandawe sandawe
|
||||||
sag sg Sango sango
|
sag sg Sango sango
|
||||||
sah Yakut iakoute
|
* sah Yakut iakoute
|
||||||
sai South American Indian (Other) indiennes d'Amérique du Sud, autres langues
|
sai South American Indian (Other) indiennes d'Amérique du Sud, autres langues
|
||||||
sal Salishan languages salish, langues
|
sal Salishan languages salish, langues
|
||||||
sam Samaritan Aramaic samaritain
|
sam Samaritan Aramaic samaritain
|
||||||
san sa Sanskrit sanskrit
|
* san sa Sanskrit sanskrit
|
||||||
sas Sasak sasak
|
sas Sasak sasak
|
||||||
sat Santali santal
|
sat Santali santal
|
||||||
* scc/srp* sr Serbian serbe
|
* scc/srp* sr Serbian serbe
|
||||||
sco Scots écossais
|
sco Scots écossais
|
||||||
* scr/hrv* hr Croatian croate
|
* scr/hrv* hr Croatian croate
|
||||||
sel Selkup selkoupe
|
* sel Selkup selkoupe
|
||||||
sem Semitic (Other) sémitiques, autres langues
|
sem Semitic (Other) sémitiques, autres langues
|
||||||
sga Irish, Old (to 900) irlandais ancien (jusqu'à 900)
|
sga Irish, Old (to 900) irlandais ancien (jusqu'à 900)
|
||||||
sgn Sign Languages langues des signes
|
sgn Sign Languages langues des signes
|
||||||
|
@ -408,12 +408,12 @@ built.
|
||||||
tah ty Tahitian tahitien
|
tah ty Tahitian tahitien
|
||||||
tai Tai (Other) thaïes, autres langues
|
tai Tai (Other) thaïes, autres langues
|
||||||
* tam ta Tamil tamoul
|
* tam ta Tamil tamoul
|
||||||
tat tt Tatar tatar
|
* tat tt Tatar tatar
|
||||||
* tel te Telugu télougou
|
* tel te Telugu télougou
|
||||||
tem Timne temne
|
tem Timne temne
|
||||||
ter Tereno tereno
|
ter Tereno tereno
|
||||||
tet Tetum tetum
|
tet Tetum tetum
|
||||||
tgk tg Tajik tadjik
|
* tgk tg Tajik tadjik
|
||||||
* tgl tl Tagalog tagalog
|
* tgl tl Tagalog tagalog
|
||||||
* tha th Thai thaï
|
* tha th Thai thaï
|
||||||
* tib/bod* bo Tibetan tibétain
|
* tib/bod* bo Tibetan tibétain
|
||||||
|
@ -429,21 +429,21 @@ built.
|
||||||
tsi Tsimshian tsimshian
|
tsi Tsimshian tsimshian
|
||||||
tsn tn Tswana tswana
|
tsn tn Tswana tswana
|
||||||
tso ts Tsonga tsonga
|
tso ts Tsonga tsonga
|
||||||
tuk tk Turkmen turkmène
|
* tuk tk Turkmen turkmène
|
||||||
tum Tumbuka tumbuka
|
tum Tumbuka tumbuka
|
||||||
tup Tupi languages tupi, langues
|
tup Tupi languages tupi, langues
|
||||||
* tur tr Turkish turc
|
* tur tr Turkish turc
|
||||||
tut Altaic (Other) altaïques, autres langues
|
tut Altaic (Other) altaïques, autres langues
|
||||||
tvl Tuvalu tuvalu
|
tvl Tuvalu tuvalu
|
||||||
twi tw Twi twi
|
twi tw Twi twi
|
||||||
tyv Tuvinian touva
|
* tyv Tuvinian touva
|
||||||
uga Ugaritic ougaritique
|
uga Ugaritic ougaritique
|
||||||
uig ug Uighur ouïgour
|
uig ug Uighur ouïgour
|
||||||
* ukr uk Ukrainian ukrainien
|
* ukr uk Ukrainian ukrainien
|
||||||
umb Umbundu umbundu
|
umb Umbundu umbundu
|
||||||
und Undetermined indéterminée
|
und Undetermined indéterminée
|
||||||
urd ur Urdu ourdou
|
urd ur Urdu ourdou
|
||||||
uzb uz Uzbek ouszbek
|
* uzb uz Uzbek ouszbek
|
||||||
vai Vai vaï
|
vai Vai vaï
|
||||||
ven Venda venda
|
ven Venda venda
|
||||||
vie vi Vietnamese vietnamien
|
vie vi Vietnamese vietnamien
|
||||||
|
|
|
@ -0,0 +1,77 @@
|
||||||
|
#
|
||||||
|
# $XFree86$
|
||||||
|
#
|
||||||
|
# Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc.
|
||||||
|
#
|
||||||
|
# Permission to use, copy, modify, distribute, and sell this software and its
|
||||||
|
# documentation for any purpose is hereby granted without fee, provided that
|
||||||
|
# the above copyright notice appear in all copies and that both that
|
||||||
|
# copyright notice and this permission notice appear in supporting
|
||||||
|
# documentation, and that the name of Keith Packard not be used in
|
||||||
|
# advertising or publicity pertaining to distribution of the software without
|
||||||
|
# specific, written prior permission. Keith Packard makes no
|
||||||
|
# representations about the suitability of this software for any purpose. It
|
||||||
|
# is provided "as is" without express or implied warranty.
|
||||||
|
#
|
||||||
|
# KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
|
||||||
|
# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
|
||||||
|
# EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
|
||||||
|
# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
||||||
|
# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
||||||
|
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
|
# PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
#
|
||||||
|
# Inuktitut (IU)
|
||||||
|
#
|
||||||
|
# Taken from alphabetic coverage of the Pigiarniq font as
|
||||||
|
# produced by the legislative assembly of Nunavut
|
||||||
|
# http://www.assembly.nu.ca/unicode/fonts/
|
||||||
|
#
|
||||||
|
1401-1406
|
||||||
|
140a-140b
|
||||||
|
142f-1434
|
||||||
|
1438-1439
|
||||||
|
1449
|
||||||
|
144c-1451
|
||||||
|
1455-1456
|
||||||
|
1466
|
||||||
|
146b-1470
|
||||||
|
1472-1473
|
||||||
|
1483
|
||||||
|
1489-148e
|
||||||
|
1490-1491
|
||||||
|
14a1
|
||||||
|
14a3-14a8
|
||||||
|
14aa-14ab
|
||||||
|
14bb
|
||||||
|
14c0-14c5
|
||||||
|
14c7-14c8
|
||||||
|
14d0
|
||||||
|
14d3-14d8
|
||||||
|
14da-14db
|
||||||
|
14ea
|
||||||
|
14ed-14f2
|
||||||
|
14f4-14f5
|
||||||
|
14fa
|
||||||
|
14fc
|
||||||
|
14fe
|
||||||
|
1500
|
||||||
|
1502
|
||||||
|
1505
|
||||||
|
1526-152b
|
||||||
|
152d-152e
|
||||||
|
153e
|
||||||
|
1542
|
||||||
|
1545-1549
|
||||||
|
154b-154c
|
||||||
|
1550
|
||||||
|
1553-155a
|
||||||
|
155d
|
||||||
|
1575-1577
|
||||||
|
1579-157c
|
||||||
|
157e-1585
|
||||||
|
158b-1596
|
||||||
|
15a0-15a6
|
||||||
|
15a8-15ae
|
||||||
|
166f
|
||||||
|
1670-1676
|
|
@ -0,0 +1,110 @@
|
||||||
|
#
|
||||||
|
# $XFree86$
|
||||||
|
#
|
||||||
|
# Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc.
|
||||||
|
#
|
||||||
|
# Permission to use, copy, modify, distribute, and sell this software and its
|
||||||
|
# documentation for any purpose is hereby granted without fee, provided that
|
||||||
|
# the above copyright notice appear in all copies and that both that
|
||||||
|
# copyright notice and this permission notice appear in supporting
|
||||||
|
# documentation, and that the name of Keith Packard not be used in
|
||||||
|
# advertising or publicity pertaining to distribution of the software without
|
||||||
|
# specific, written prior permission. Keith Packard makes no
|
||||||
|
# representations about the suitability of this software for any purpose. It
|
||||||
|
# is provided "as is" without express or implied warranty.
|
||||||
|
#
|
||||||
|
# KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
|
||||||
|
# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
|
||||||
|
# EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
|
||||||
|
# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
||||||
|
# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
||||||
|
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
|
# PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
#
|
||||||
|
# Coverage taken from TITUS (Thesaurus Indogermanischer Text und
|
||||||
|
# Sprachmaterialien)
|
||||||
|
#
|
||||||
|
# http://titus.uni-frankfurt.de/unicode/alphabet/nslatest.htm
|
||||||
|
#
|
||||||
|
# Kara-Kalpak (Karakalpak) (KAA)
|
||||||
|
#
|
||||||
|
0401
|
||||||
|
0410
|
||||||
|
0411
|
||||||
|
0412
|
||||||
|
0413
|
||||||
|
0414
|
||||||
|
0415
|
||||||
|
0416
|
||||||
|
0417
|
||||||
|
0418
|
||||||
|
0419
|
||||||
|
041a
|
||||||
|
041b
|
||||||
|
041c
|
||||||
|
041d
|
||||||
|
041e
|
||||||
|
041f
|
||||||
|
0420
|
||||||
|
0421
|
||||||
|
0422
|
||||||
|
0423
|
||||||
|
0424
|
||||||
|
0425
|
||||||
|
0426
|
||||||
|
0427
|
||||||
|
0428
|
||||||
|
0429
|
||||||
|
042a
|
||||||
|
042b
|
||||||
|
042c
|
||||||
|
042d
|
||||||
|
042e
|
||||||
|
042f
|
||||||
|
0430
|
||||||
|
0431
|
||||||
|
0432
|
||||||
|
0433
|
||||||
|
0434
|
||||||
|
0435
|
||||||
|
0436
|
||||||
|
0437
|
||||||
|
0438
|
||||||
|
0439
|
||||||
|
043a
|
||||||
|
043b
|
||||||
|
043c
|
||||||
|
043d
|
||||||
|
043e
|
||||||
|
043f
|
||||||
|
0440
|
||||||
|
0441
|
||||||
|
0442
|
||||||
|
0443
|
||||||
|
0444
|
||||||
|
0445
|
||||||
|
0446
|
||||||
|
0447
|
||||||
|
0448
|
||||||
|
0449
|
||||||
|
044a
|
||||||
|
044b
|
||||||
|
044c
|
||||||
|
044d
|
||||||
|
044e
|
||||||
|
044f
|
||||||
|
0451
|
||||||
|
0472
|
||||||
|
0473
|
||||||
|
0492
|
||||||
|
0493
|
||||||
|
049a
|
||||||
|
049b
|
||||||
|
04a2
|
||||||
|
04a3
|
||||||
|
04ae
|
||||||
|
04af
|
||||||
|
04b2
|
||||||
|
04b3
|
||||||
|
04d8
|
||||||
|
04d9
|
|
@ -0,0 +1,25 @@
|
||||||
|
#
|
||||||
|
# $XFree86$
|
||||||
|
#
|
||||||
|
# Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc.
|
||||||
|
#
|
||||||
|
# Permission to use, copy, modify, distribute, and sell this software and its
|
||||||
|
# documentation for any purpose is hereby granted without fee, provided that
|
||||||
|
# the above copyright notice appear in all copies and that both that
|
||||||
|
# copyright notice and this permission notice appear in supporting
|
||||||
|
# documentation, and that the name of Keith Packard not be used in
|
||||||
|
# advertising or publicity pertaining to distribution of the software without
|
||||||
|
# specific, written prior permission. Keith Packard makes no
|
||||||
|
# representations about the suitability of this software for any purpose. It
|
||||||
|
# is provided "as is" without express or implied warranty.
|
||||||
|
#
|
||||||
|
# KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
|
||||||
|
# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
|
||||||
|
# EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
|
||||||
|
# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
||||||
|
# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
||||||
|
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
|
# PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
#
|
||||||
|
# Kokani (Devanagari script) (KOK)
|
||||||
|
include hi.orth
|
|
@ -0,0 +1,25 @@
|
||||||
|
#
|
||||||
|
# $XFree86$
|
||||||
|
#
|
||||||
|
# Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc.
|
||||||
|
#
|
||||||
|
# Permission to use, copy, modify, distribute, and sell this software and its
|
||||||
|
# documentation for any purpose is hereby granted without fee, provided that
|
||||||
|
# the above copyright notice appear in all copies and that both that
|
||||||
|
# copyright notice and this permission notice appear in supporting
|
||||||
|
# documentation, and that the name of Keith Packard not be used in
|
||||||
|
# advertising or publicity pertaining to distribution of the software without
|
||||||
|
# specific, written prior permission. Keith Packard makes no
|
||||||
|
# representations about the suitability of this software for any purpose. It
|
||||||
|
# is provided "as is" without express or implied warranty.
|
||||||
|
#
|
||||||
|
# KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
|
||||||
|
# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
|
||||||
|
# EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
|
||||||
|
# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
||||||
|
# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
||||||
|
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
|
# PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
#
|
||||||
|
# Kashmiri (Devanagari script) (KS)
|
||||||
|
include hi.orth
|
|
@ -0,0 +1,94 @@
|
||||||
|
#
|
||||||
|
# $XFree86$
|
||||||
|
#
|
||||||
|
# Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc.
|
||||||
|
#
|
||||||
|
# Permission to use, copy, modify, distribute, and sell this software and its
|
||||||
|
# documentation for any purpose is hereby granted without fee, provided that
|
||||||
|
# the above copyright notice appear in all copies and that both that
|
||||||
|
# copyright notice and this permission notice appear in supporting
|
||||||
|
# documentation, and that the name of Keith Packard not be used in
|
||||||
|
# advertising or publicity pertaining to distribution of the software without
|
||||||
|
# specific, written prior permission. Keith Packard makes no
|
||||||
|
# representations about the suitability of this software for any purpose. It
|
||||||
|
# is provided "as is" without express or implied warranty.
|
||||||
|
#
|
||||||
|
# KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
|
||||||
|
# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
|
||||||
|
# EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
|
||||||
|
# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
||||||
|
# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
||||||
|
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
|
# PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
#
|
||||||
|
# Coverage taken from TITUS (Thesaurus Indogermanischer Text und
|
||||||
|
# Sprachmaterialien)
|
||||||
|
#
|
||||||
|
# http://titus.uni-frankfurt.de/unicode/alphabet/nslatest.htm
|
||||||
|
#
|
||||||
|
# Kurdish (KU)
|
||||||
|
#
|
||||||
|
0410
|
||||||
|
0411
|
||||||
|
0412
|
||||||
|
0413
|
||||||
|
0414
|
||||||
|
0415
|
||||||
|
0416
|
||||||
|
0417
|
||||||
|
0418
|
||||||
|
0419
|
||||||
|
041a
|
||||||
|
041b
|
||||||
|
041c
|
||||||
|
041d
|
||||||
|
041e
|
||||||
|
041f
|
||||||
|
0420
|
||||||
|
0421
|
||||||
|
0422
|
||||||
|
0423
|
||||||
|
0424
|
||||||
|
0425
|
||||||
|
0427
|
||||||
|
0428
|
||||||
|
0429
|
||||||
|
042a
|
||||||
|
042d
|
||||||
|
0430
|
||||||
|
0431
|
||||||
|
0432
|
||||||
|
0433
|
||||||
|
0434
|
||||||
|
0435
|
||||||
|
0436
|
||||||
|
0437
|
||||||
|
0438
|
||||||
|
0439
|
||||||
|
043a
|
||||||
|
043b
|
||||||
|
043c
|
||||||
|
043d
|
||||||
|
043e
|
||||||
|
043f
|
||||||
|
0440
|
||||||
|
0441
|
||||||
|
0442
|
||||||
|
0443
|
||||||
|
0444
|
||||||
|
0445
|
||||||
|
0447
|
||||||
|
0448
|
||||||
|
0449
|
||||||
|
044a
|
||||||
|
044d
|
||||||
|
04ba
|
||||||
|
04bb
|
||||||
|
04d8
|
||||||
|
04d9
|
||||||
|
04e6
|
||||||
|
04e7
|
||||||
|
051 # Latin Q
|
||||||
|
057 # Latin W
|
||||||
|
071 # Latin q
|
||||||
|
077 # Latin w
|
|
@ -0,0 +1,101 @@
|
||||||
|
#
|
||||||
|
# $XFree86$
|
||||||
|
#
|
||||||
|
# Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc.
|
||||||
|
#
|
||||||
|
# Permission to use, copy, modify, distribute, and sell this software and its
|
||||||
|
# documentation for any purpose is hereby granted without fee, provided that
|
||||||
|
# the above copyright notice appear in all copies and that both that
|
||||||
|
# copyright notice and this permission notice appear in supporting
|
||||||
|
# documentation, and that the name of Keith Packard not be used in
|
||||||
|
# advertising or publicity pertaining to distribution of the software without
|
||||||
|
# specific, written prior permission. Keith Packard makes no
|
||||||
|
# representations about the suitability of this software for any purpose. It
|
||||||
|
# is provided "as is" without express or implied warranty.
|
||||||
|
#
|
||||||
|
# KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
|
||||||
|
# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
|
||||||
|
# EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
|
||||||
|
# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
||||||
|
# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
||||||
|
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
|
# PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
#
|
||||||
|
# Coverage taken from TITUS (Thesaurus Indogermanischer Text und
|
||||||
|
# Sprachmaterialien)
|
||||||
|
#
|
||||||
|
# http://titus.uni-frankfurt.de/unicode/alphabet/nslatest.htm
|
||||||
|
#
|
||||||
|
# Komi (Komi-Permyak/Komi-Siryan) (KV)
|
||||||
|
#
|
||||||
|
# I've taken Komi-Permyak as it contains two extra codepoints
|
||||||
|
0401
|
||||||
|
0406
|
||||||
|
0410
|
||||||
|
0411
|
||||||
|
0412
|
||||||
|
0413
|
||||||
|
0414
|
||||||
|
0415
|
||||||
|
0416
|
||||||
|
0417
|
||||||
|
0418
|
||||||
|
0419
|
||||||
|
041a
|
||||||
|
041b
|
||||||
|
041c
|
||||||
|
041d
|
||||||
|
041e
|
||||||
|
041f
|
||||||
|
0420
|
||||||
|
0421
|
||||||
|
0422
|
||||||
|
0423
|
||||||
|
0424
|
||||||
|
0425
|
||||||
|
0426
|
||||||
|
0427
|
||||||
|
0428
|
||||||
|
0429
|
||||||
|
042a
|
||||||
|
042b
|
||||||
|
042c
|
||||||
|
042d
|
||||||
|
042e
|
||||||
|
042f
|
||||||
|
0430
|
||||||
|
0431
|
||||||
|
0432
|
||||||
|
0433
|
||||||
|
0434
|
||||||
|
0435
|
||||||
|
0436
|
||||||
|
0437
|
||||||
|
0438
|
||||||
|
0439
|
||||||
|
043a
|
||||||
|
043b
|
||||||
|
043c
|
||||||
|
043d
|
||||||
|
043e
|
||||||
|
043f
|
||||||
|
0440
|
||||||
|
0441
|
||||||
|
0442
|
||||||
|
0443
|
||||||
|
0444
|
||||||
|
0445
|
||||||
|
0446
|
||||||
|
0447
|
||||||
|
0448
|
||||||
|
0449
|
||||||
|
044a
|
||||||
|
044b
|
||||||
|
044c
|
||||||
|
044d
|
||||||
|
044e
|
||||||
|
044f
|
||||||
|
0451
|
||||||
|
0456
|
||||||
|
04e6
|
||||||
|
04e7
|
|
@ -0,0 +1,102 @@
|
||||||
|
#
|
||||||
|
# $XFree86$
|
||||||
|
#
|
||||||
|
# Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc.
|
||||||
|
#
|
||||||
|
# Permission to use, copy, modify, distribute, and sell this software and its
|
||||||
|
# documentation for any purpose is hereby granted without fee, provided that
|
||||||
|
# the above copyright notice appear in all copies and that both that
|
||||||
|
# copyright notice and this permission notice appear in supporting
|
||||||
|
# documentation, and that the name of Keith Packard not be used in
|
||||||
|
# advertising or publicity pertaining to distribution of the software without
|
||||||
|
# specific, written prior permission. Keith Packard makes no
|
||||||
|
# representations about the suitability of this software for any purpose. It
|
||||||
|
# is provided "as is" without express or implied warranty.
|
||||||
|
#
|
||||||
|
# KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
|
||||||
|
# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
|
||||||
|
# EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
|
||||||
|
# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
||||||
|
# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
||||||
|
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
|
# PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
#
|
||||||
|
# Coverage taken from TITUS (Thesaurus Indogermanischer Text und
|
||||||
|
# Sprachmaterialien)
|
||||||
|
#
|
||||||
|
# http://titus.uni-frankfurt.de/unicode/alphabet/nslatest.htm
|
||||||
|
#
|
||||||
|
# Kirgiz (KY)
|
||||||
|
#
|
||||||
|
0401
|
||||||
|
0410
|
||||||
|
0411
|
||||||
|
0412
|
||||||
|
0413
|
||||||
|
0414
|
||||||
|
0415
|
||||||
|
0416
|
||||||
|
0417
|
||||||
|
0418
|
||||||
|
0419
|
||||||
|
041a
|
||||||
|
041b
|
||||||
|
041c
|
||||||
|
041d
|
||||||
|
041e
|
||||||
|
041f
|
||||||
|
0420
|
||||||
|
0421
|
||||||
|
0422
|
||||||
|
0423
|
||||||
|
0424
|
||||||
|
0425
|
||||||
|
0426
|
||||||
|
0427
|
||||||
|
0428
|
||||||
|
0429
|
||||||
|
042a
|
||||||
|
042b
|
||||||
|
042c
|
||||||
|
042d
|
||||||
|
042e
|
||||||
|
042f
|
||||||
|
0430
|
||||||
|
0431
|
||||||
|
0432
|
||||||
|
0433
|
||||||
|
0434
|
||||||
|
0435
|
||||||
|
0436
|
||||||
|
0437
|
||||||
|
0438
|
||||||
|
0439
|
||||||
|
043a
|
||||||
|
043b
|
||||||
|
043c
|
||||||
|
043d
|
||||||
|
043e
|
||||||
|
043f
|
||||||
|
0440
|
||||||
|
0441
|
||||||
|
0442
|
||||||
|
0443
|
||||||
|
0444
|
||||||
|
0445
|
||||||
|
0446
|
||||||
|
0447
|
||||||
|
0448
|
||||||
|
0449
|
||||||
|
044a
|
||||||
|
044b
|
||||||
|
044c
|
||||||
|
044d
|
||||||
|
044e
|
||||||
|
044f
|
||||||
|
0451
|
||||||
|
0472
|
||||||
|
0473
|
||||||
|
04a2
|
||||||
|
04a3
|
||||||
|
04ae
|
||||||
|
04af
|
|
@ -0,0 +1,97 @@
|
||||||
|
#
|
||||||
|
# $XFree86$
|
||||||
|
#
|
||||||
|
# Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc.
|
||||||
|
#
|
||||||
|
# Permission to use, copy, modify, distribute, and sell this software and its
|
||||||
|
# documentation for any purpose is hereby granted without fee, provided that
|
||||||
|
# the above copyright notice appear in all copies and that both that
|
||||||
|
# copyright notice and this permission notice appear in supporting
|
||||||
|
# documentation, and that the name of Keith Packard not be used in
|
||||||
|
# advertising or publicity pertaining to distribution of the software without
|
||||||
|
# specific, written prior permission. Keith Packard makes no
|
||||||
|
# representations about the suitability of this software for any purpose. It
|
||||||
|
# is provided "as is" without express or implied warranty.
|
||||||
|
#
|
||||||
|
# KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
|
||||||
|
# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
|
||||||
|
# EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
|
||||||
|
# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
||||||
|
# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
||||||
|
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
|
# PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
#
|
||||||
|
# Coverage taken from TITUS (Thesaurus Indogermanischer Text und
|
||||||
|
# Sprachmaterialien)
|
||||||
|
#
|
||||||
|
# http://titus.uni-frankfurt.de/unicode/alphabet/nslatest.htm
|
||||||
|
#
|
||||||
|
# Lezghian (Lezgian) (LEZ)
|
||||||
|
#
|
||||||
|
0401
|
||||||
|
0406
|
||||||
|
0410
|
||||||
|
0411
|
||||||
|
0412
|
||||||
|
0413
|
||||||
|
0414
|
||||||
|
0415
|
||||||
|
0416
|
||||||
|
0417
|
||||||
|
0418
|
||||||
|
0419
|
||||||
|
041a
|
||||||
|
041b
|
||||||
|
041c
|
||||||
|
041d
|
||||||
|
041e
|
||||||
|
041f
|
||||||
|
0420
|
||||||
|
0421
|
||||||
|
0422
|
||||||
|
0423
|
||||||
|
0424
|
||||||
|
0425
|
||||||
|
0426
|
||||||
|
0427
|
||||||
|
0428
|
||||||
|
0429
|
||||||
|
042a
|
||||||
|
042b
|
||||||
|
042c
|
||||||
|
042d
|
||||||
|
042e
|
||||||
|
042f
|
||||||
|
0430
|
||||||
|
0431
|
||||||
|
0432
|
||||||
|
0433
|
||||||
|
0434
|
||||||
|
0435
|
||||||
|
0436
|
||||||
|
0437
|
||||||
|
0438
|
||||||
|
0439
|
||||||
|
043a
|
||||||
|
043b
|
||||||
|
043c
|
||||||
|
043d
|
||||||
|
043e
|
||||||
|
043f
|
||||||
|
0440
|
||||||
|
0441
|
||||||
|
0442
|
||||||
|
0443
|
||||||
|
0444
|
||||||
|
0445
|
||||||
|
0446
|
||||||
|
0447
|
||||||
|
0448
|
||||||
|
0449
|
||||||
|
044a
|
||||||
|
044b
|
||||||
|
044c
|
||||||
|
044d
|
||||||
|
044e
|
||||||
|
044f
|
||||||
|
0451
|
|
@ -0,0 +1,25 @@
|
||||||
|
#
|
||||||
|
# $XFree86$
|
||||||
|
#
|
||||||
|
# Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc.
|
||||||
|
#
|
||||||
|
# Permission to use, copy, modify, distribute, and sell this software and its
|
||||||
|
# documentation for any purpose is hereby granted without fee, provided that
|
||||||
|
# the above copyright notice appear in all copies and that both that
|
||||||
|
# copyright notice and this permission notice appear in supporting
|
||||||
|
# documentation, and that the name of Keith Packard not be used in
|
||||||
|
# advertising or publicity pertaining to distribution of the software without
|
||||||
|
# specific, written prior permission. Keith Packard makes no
|
||||||
|
# representations about the suitability of this software for any purpose. It
|
||||||
|
# is provided "as is" without express or implied warranty.
|
||||||
|
#
|
||||||
|
# KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
|
||||||
|
# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
|
||||||
|
# EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
|
||||||
|
# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
||||||
|
# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
||||||
|
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
|
# PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
#
|
||||||
|
# Marathi (Devanagari script) (MR)
|
||||||
|
include hi.orth
|
|
@ -0,0 +1,25 @@
|
||||||
|
#
|
||||||
|
# $XFree86$
|
||||||
|
#
|
||||||
|
# Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc.
|
||||||
|
#
|
||||||
|
# Permission to use, copy, modify, distribute, and sell this software and its
|
||||||
|
# documentation for any purpose is hereby granted without fee, provided that
|
||||||
|
# the above copyright notice appear in all copies and that both that
|
||||||
|
# copyright notice and this permission notice appear in supporting
|
||||||
|
# documentation, and that the name of Keith Packard not be used in
|
||||||
|
# advertising or publicity pertaining to distribution of the software without
|
||||||
|
# specific, written prior permission. Keith Packard makes no
|
||||||
|
# representations about the suitability of this software for any purpose. It
|
||||||
|
# is provided "as is" without express or implied warranty.
|
||||||
|
#
|
||||||
|
# KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
|
||||||
|
# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
|
||||||
|
# EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
|
||||||
|
# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
||||||
|
# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
||||||
|
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
|
# PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
#
|
||||||
|
# Nepali (Devanagari script) (NE)
|
||||||
|
include hi.orth
|
|
@ -0,0 +1,96 @@
|
||||||
|
#
|
||||||
|
# $XFree86$
|
||||||
|
#
|
||||||
|
# Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc.
|
||||||
|
#
|
||||||
|
# Permission to use, copy, modify, distribute, and sell this software and its
|
||||||
|
# documentation for any purpose is hereby granted without fee, provided that
|
||||||
|
# the above copyright notice appear in all copies and that both that
|
||||||
|
# copyright notice and this permission notice appear in supporting
|
||||||
|
# documentation, and that the name of Keith Packard not be used in
|
||||||
|
# advertising or publicity pertaining to distribution of the software without
|
||||||
|
# specific, written prior permission. Keith Packard makes no
|
||||||
|
# representations about the suitability of this software for any purpose. It
|
||||||
|
# is provided "as is" without express or implied warranty.
|
||||||
|
#
|
||||||
|
# KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
|
||||||
|
# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
|
||||||
|
# EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
|
||||||
|
# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
||||||
|
# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
||||||
|
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
|
# PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
#
|
||||||
|
# Coverage taken from TITUS (Thesaurus Indogermanischer Text und
|
||||||
|
# Sprachmaterialien)
|
||||||
|
#
|
||||||
|
# http://titus.uni-frankfurt.de/unicode/alphabet/nslatest.htm
|
||||||
|
#
|
||||||
|
# Ossetic (OS)
|
||||||
|
#
|
||||||
|
0401
|
||||||
|
0410
|
||||||
|
0411
|
||||||
|
0412
|
||||||
|
0413
|
||||||
|
0414
|
||||||
|
0415
|
||||||
|
0416
|
||||||
|
0417
|
||||||
|
0418
|
||||||
|
0419
|
||||||
|
041a
|
||||||
|
041b
|
||||||
|
041c
|
||||||
|
041d
|
||||||
|
041e
|
||||||
|
041f
|
||||||
|
0420
|
||||||
|
0421
|
||||||
|
0422
|
||||||
|
0423
|
||||||
|
0424
|
||||||
|
0425
|
||||||
|
0426
|
||||||
|
0427
|
||||||
|
0428
|
||||||
|
0429
|
||||||
|
042a
|
||||||
|
042b
|
||||||
|
042c
|
||||||
|
042d
|
||||||
|
042e
|
||||||
|
042f
|
||||||
|
0430
|
||||||
|
0431
|
||||||
|
0432
|
||||||
|
0433
|
||||||
|
0434
|
||||||
|
0435
|
||||||
|
0436
|
||||||
|
0437
|
||||||
|
0438
|
||||||
|
0439
|
||||||
|
043a
|
||||||
|
043b
|
||||||
|
043c
|
||||||
|
043d
|
||||||
|
043e
|
||||||
|
043f
|
||||||
|
0440
|
||||||
|
0441
|
||||||
|
0442
|
||||||
|
0443
|
||||||
|
0444
|
||||||
|
0445
|
||||||
|
0446
|
||||||
|
0447
|
||||||
|
0448
|
||||||
|
0449
|
||||||
|
044a
|
||||||
|
044b
|
||||||
|
044c
|
||||||
|
044d
|
||||||
|
044e
|
||||||
|
044f
|
||||||
|
0451
|
|
@ -0,0 +1,25 @@
|
||||||
|
#
|
||||||
|
# $XFree86$
|
||||||
|
#
|
||||||
|
# Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc.
|
||||||
|
#
|
||||||
|
# Permission to use, copy, modify, distribute, and sell this software and its
|
||||||
|
# documentation for any purpose is hereby granted without fee, provided that
|
||||||
|
# the above copyright notice appear in all copies and that both that
|
||||||
|
# copyright notice and this permission notice appear in supporting
|
||||||
|
# documentation, and that the name of Keith Packard not be used in
|
||||||
|
# advertising or publicity pertaining to distribution of the software without
|
||||||
|
# specific, written prior permission. Keith Packard makes no
|
||||||
|
# representations about the suitability of this software for any purpose. It
|
||||||
|
# is provided "as is" without express or implied warranty.
|
||||||
|
#
|
||||||
|
# KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
|
||||||
|
# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
|
||||||
|
# EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
|
||||||
|
# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
||||||
|
# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
||||||
|
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
|
# PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
#
|
||||||
|
# Sanskrit (Devanagari script) (SA)
|
||||||
|
include hi.orth
|
|
@ -0,0 +1,108 @@
|
||||||
|
#
|
||||||
|
# $XFree86$
|
||||||
|
#
|
||||||
|
# Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc.
|
||||||
|
#
|
||||||
|
# Permission to use, copy, modify, distribute, and sell this software and its
|
||||||
|
# documentation for any purpose is hereby granted without fee, provided that
|
||||||
|
# the above copyright notice appear in all copies and that both that
|
||||||
|
# copyright notice and this permission notice appear in supporting
|
||||||
|
# documentation, and that the name of Keith Packard not be used in
|
||||||
|
# advertising or publicity pertaining to distribution of the software without
|
||||||
|
# specific, written prior permission. Keith Packard makes no
|
||||||
|
# representations about the suitability of this software for any purpose. It
|
||||||
|
# is provided "as is" without express or implied warranty.
|
||||||
|
#
|
||||||
|
# KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
|
||||||
|
# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
|
||||||
|
# EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
|
||||||
|
# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
||||||
|
# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
||||||
|
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
|
# PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
#
|
||||||
|
# Coverage taken from TITUS (Thesaurus Indogermanischer Text und
|
||||||
|
# Sprachmaterialien)
|
||||||
|
#
|
||||||
|
# http://titus.uni-frankfurt.de/unicode/alphabet/nslatest.htm
|
||||||
|
#
|
||||||
|
# Yakut (SAH)
|
||||||
|
#
|
||||||
|
0401
|
||||||
|
0410
|
||||||
|
0411
|
||||||
|
0412
|
||||||
|
0413
|
||||||
|
0414
|
||||||
|
0415
|
||||||
|
0416
|
||||||
|
0417
|
||||||
|
0418
|
||||||
|
0419
|
||||||
|
041a
|
||||||
|
041b
|
||||||
|
041c
|
||||||
|
041d
|
||||||
|
041e
|
||||||
|
041f
|
||||||
|
0420
|
||||||
|
0421
|
||||||
|
0422
|
||||||
|
0423
|
||||||
|
0424
|
||||||
|
0425
|
||||||
|
0426
|
||||||
|
0427
|
||||||
|
0428
|
||||||
|
0429
|
||||||
|
042a
|
||||||
|
042b
|
||||||
|
042c
|
||||||
|
042d
|
||||||
|
042e
|
||||||
|
042f
|
||||||
|
0430
|
||||||
|
0431
|
||||||
|
0432
|
||||||
|
0433
|
||||||
|
0434
|
||||||
|
0435
|
||||||
|
0436
|
||||||
|
0437
|
||||||
|
0438
|
||||||
|
0439
|
||||||
|
043a
|
||||||
|
043b
|
||||||
|
043c
|
||||||
|
043d
|
||||||
|
043e
|
||||||
|
043f
|
||||||
|
0440
|
||||||
|
0441
|
||||||
|
0442
|
||||||
|
0443
|
||||||
|
0444
|
||||||
|
0445
|
||||||
|
0446
|
||||||
|
0447
|
||||||
|
0448
|
||||||
|
0449
|
||||||
|
044a
|
||||||
|
044b
|
||||||
|
044c
|
||||||
|
044d
|
||||||
|
044e
|
||||||
|
044f
|
||||||
|
0451
|
||||||
|
0472
|
||||||
|
0473
|
||||||
|
0494
|
||||||
|
0495
|
||||||
|
04a4
|
||||||
|
04a5
|
||||||
|
04ae
|
||||||
|
04af
|
||||||
|
04ba
|
||||||
|
04bb
|
||||||
|
04d8
|
||||||
|
04d9
|
|
@ -0,0 +1,96 @@
|
||||||
|
#
|
||||||
|
# $XFree86$
|
||||||
|
#
|
||||||
|
# Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc.
|
||||||
|
#
|
||||||
|
# Permission to use, copy, modify, distribute, and sell this software and its
|
||||||
|
# documentation for any purpose is hereby granted without fee, provided that
|
||||||
|
# the above copyright notice appear in all copies and that both that
|
||||||
|
# copyright notice and this permission notice appear in supporting
|
||||||
|
# documentation, and that the name of Keith Packard not be used in
|
||||||
|
# advertising or publicity pertaining to distribution of the software without
|
||||||
|
# specific, written prior permission. Keith Packard makes no
|
||||||
|
# representations about the suitability of this software for any purpose. It
|
||||||
|
# is provided "as is" without express or implied warranty.
|
||||||
|
#
|
||||||
|
# KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
|
||||||
|
# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
|
||||||
|
# EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
|
||||||
|
# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
||||||
|
# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
||||||
|
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
|
# PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
#
|
||||||
|
# Coverage taken from TITUS (Thesaurus Indogermanischer Text und
|
||||||
|
# Sprachmaterialien)
|
||||||
|
#
|
||||||
|
# http://titus.uni-frankfurt.de/unicode/alphabet/nslatest.htm
|
||||||
|
#
|
||||||
|
# Selkup (Ostyak-Samoyed) (SEL)
|
||||||
|
#
|
||||||
|
0401
|
||||||
|
0410
|
||||||
|
0411
|
||||||
|
0412
|
||||||
|
0413
|
||||||
|
0414
|
||||||
|
0415
|
||||||
|
0416
|
||||||
|
0417
|
||||||
|
0418
|
||||||
|
0419
|
||||||
|
041a
|
||||||
|
041b
|
||||||
|
041c
|
||||||
|
041d
|
||||||
|
041e
|
||||||
|
041f
|
||||||
|
0420
|
||||||
|
0421
|
||||||
|
0422
|
||||||
|
0423
|
||||||
|
0424
|
||||||
|
0425
|
||||||
|
0426
|
||||||
|
0427
|
||||||
|
0428
|
||||||
|
0429
|
||||||
|
042a
|
||||||
|
042b
|
||||||
|
042c
|
||||||
|
042d
|
||||||
|
042e
|
||||||
|
042f
|
||||||
|
0430
|
||||||
|
0431
|
||||||
|
0432
|
||||||
|
0433
|
||||||
|
0434
|
||||||
|
0435
|
||||||
|
0436
|
||||||
|
0437
|
||||||
|
0438
|
||||||
|
0439
|
||||||
|
043a
|
||||||
|
043b
|
||||||
|
043c
|
||||||
|
043d
|
||||||
|
043e
|
||||||
|
043f
|
||||||
|
0440
|
||||||
|
0441
|
||||||
|
0442
|
||||||
|
0443
|
||||||
|
0444
|
||||||
|
0445
|
||||||
|
0446
|
||||||
|
0447
|
||||||
|
0448
|
||||||
|
0449
|
||||||
|
044a
|
||||||
|
044b
|
||||||
|
044c
|
||||||
|
044d
|
||||||
|
044e
|
||||||
|
044f
|
||||||
|
0451
|
|
@ -0,0 +1,108 @@
|
||||||
|
#
|
||||||
|
# $XFree86$
|
||||||
|
#
|
||||||
|
# Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc.
|
||||||
|
#
|
||||||
|
# Permission to use, copy, modify, distribute, and sell this software and its
|
||||||
|
# documentation for any purpose is hereby granted without fee, provided that
|
||||||
|
# the above copyright notice appear in all copies and that both that
|
||||||
|
# copyright notice and this permission notice appear in supporting
|
||||||
|
# documentation, and that the name of Keith Packard not be used in
|
||||||
|
# advertising or publicity pertaining to distribution of the software without
|
||||||
|
# specific, written prior permission. Keith Packard makes no
|
||||||
|
# representations about the suitability of this software for any purpose. It
|
||||||
|
# is provided "as is" without express or implied warranty.
|
||||||
|
#
|
||||||
|
# KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
|
||||||
|
# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
|
||||||
|
# EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
|
||||||
|
# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
||||||
|
# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
||||||
|
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
|
# PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
#
|
||||||
|
# Coverage taken from TITUS (Thesaurus Indogermanischer Text und
|
||||||
|
# Sprachmaterialien)
|
||||||
|
#
|
||||||
|
# http://titus.uni-frankfurt.de/unicode/alphabet/nslatest.htm
|
||||||
|
#
|
||||||
|
# Tajik (TG)
|
||||||
|
#
|
||||||
|
0401
|
||||||
|
0410
|
||||||
|
0411
|
||||||
|
0412
|
||||||
|
0413
|
||||||
|
0414
|
||||||
|
0415
|
||||||
|
0416
|
||||||
|
0417
|
||||||
|
0418
|
||||||
|
0419
|
||||||
|
041a
|
||||||
|
041b
|
||||||
|
041c
|
||||||
|
041d
|
||||||
|
041e
|
||||||
|
041f
|
||||||
|
0420
|
||||||
|
0421
|
||||||
|
0422
|
||||||
|
0423
|
||||||
|
0424
|
||||||
|
0425
|
||||||
|
0426
|
||||||
|
0427
|
||||||
|
0428
|
||||||
|
0429
|
||||||
|
042a
|
||||||
|
042b
|
||||||
|
042c
|
||||||
|
042d
|
||||||
|
042e
|
||||||
|
042f
|
||||||
|
0430
|
||||||
|
0431
|
||||||
|
0432
|
||||||
|
0433
|
||||||
|
0434
|
||||||
|
0435
|
||||||
|
0436
|
||||||
|
0437
|
||||||
|
0438
|
||||||
|
0439
|
||||||
|
043a
|
||||||
|
043b
|
||||||
|
043c
|
||||||
|
043d
|
||||||
|
043e
|
||||||
|
043f
|
||||||
|
0440
|
||||||
|
0441
|
||||||
|
0442
|
||||||
|
0443
|
||||||
|
0444
|
||||||
|
0445
|
||||||
|
0446
|
||||||
|
0447
|
||||||
|
0448
|
||||||
|
0449
|
||||||
|
044a
|
||||||
|
044b
|
||||||
|
044c
|
||||||
|
044d
|
||||||
|
044e
|
||||||
|
044f
|
||||||
|
0451
|
||||||
|
0492
|
||||||
|
0493
|
||||||
|
049a
|
||||||
|
049b
|
||||||
|
04b2
|
||||||
|
04b3
|
||||||
|
04b6
|
||||||
|
04b7
|
||||||
|
04e2
|
||||||
|
04e3
|
||||||
|
04ee
|
||||||
|
04ef
|
|
@ -0,0 +1,106 @@
|
||||||
|
#
|
||||||
|
# $XFree86$
|
||||||
|
#
|
||||||
|
# Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc.
|
||||||
|
#
|
||||||
|
# Permission to use, copy, modify, distribute, and sell this software and its
|
||||||
|
# documentation for any purpose is hereby granted without fee, provided that
|
||||||
|
# the above copyright notice appear in all copies and that both that
|
||||||
|
# copyright notice and this permission notice appear in supporting
|
||||||
|
# documentation, and that the name of Keith Packard not be used in
|
||||||
|
# advertising or publicity pertaining to distribution of the software without
|
||||||
|
# specific, written prior permission. Keith Packard makes no
|
||||||
|
# representations about the suitability of this software for any purpose. It
|
||||||
|
# is provided "as is" without express or implied warranty.
|
||||||
|
#
|
||||||
|
# KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
|
||||||
|
# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
|
||||||
|
# EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
|
||||||
|
# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
||||||
|
# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
||||||
|
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
|
# PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
#
|
||||||
|
# Coverage taken from TITUS (Thesaurus Indogermanischer Text und
|
||||||
|
# Sprachmaterialien)
|
||||||
|
#
|
||||||
|
# http://titus.uni-frankfurt.de/unicode/alphabet/nslatest.htm
|
||||||
|
#
|
||||||
|
# Turkmen (TK)
|
||||||
|
#
|
||||||
|
0401
|
||||||
|
0410
|
||||||
|
0411
|
||||||
|
0412
|
||||||
|
0413
|
||||||
|
0414
|
||||||
|
0415
|
||||||
|
0416
|
||||||
|
0417
|
||||||
|
0418
|
||||||
|
0419
|
||||||
|
041a
|
||||||
|
041b
|
||||||
|
041c
|
||||||
|
041d
|
||||||
|
041e
|
||||||
|
041f
|
||||||
|
0420
|
||||||
|
0421
|
||||||
|
0422
|
||||||
|
0423
|
||||||
|
0424
|
||||||
|
0425
|
||||||
|
0426
|
||||||
|
0427
|
||||||
|
0428
|
||||||
|
0429
|
||||||
|
042a
|
||||||
|
042b
|
||||||
|
042c
|
||||||
|
042d
|
||||||
|
042e
|
||||||
|
042f
|
||||||
|
0430
|
||||||
|
0431
|
||||||
|
0432
|
||||||
|
0433
|
||||||
|
0434
|
||||||
|
0435
|
||||||
|
0436
|
||||||
|
0437
|
||||||
|
0438
|
||||||
|
0439
|
||||||
|
043a
|
||||||
|
043b
|
||||||
|
043c
|
||||||
|
043d
|
||||||
|
043e
|
||||||
|
043f
|
||||||
|
0440
|
||||||
|
0441
|
||||||
|
0442
|
||||||
|
0443
|
||||||
|
0444
|
||||||
|
0445
|
||||||
|
0446
|
||||||
|
0447
|
||||||
|
0448
|
||||||
|
0449
|
||||||
|
044a
|
||||||
|
044b
|
||||||
|
044c
|
||||||
|
044d
|
||||||
|
044e
|
||||||
|
044f
|
||||||
|
0451
|
||||||
|
0472
|
||||||
|
0473
|
||||||
|
0496
|
||||||
|
0497
|
||||||
|
04a2
|
||||||
|
04a3
|
||||||
|
04ae
|
||||||
|
04af
|
||||||
|
04d8
|
||||||
|
04d9
|
|
@ -0,0 +1,108 @@
|
||||||
|
#
|
||||||
|
# $XFree86$
|
||||||
|
#
|
||||||
|
# Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc.
|
||||||
|
#
|
||||||
|
# Permission to use, copy, modify, distribute, and sell this software and its
|
||||||
|
# documentation for any purpose is hereby granted without fee, provided that
|
||||||
|
# the above copyright notice appear in all copies and that both that
|
||||||
|
# copyright notice and this permission notice appear in supporting
|
||||||
|
# documentation, and that the name of Keith Packard not be used in
|
||||||
|
# advertising or publicity pertaining to distribution of the software without
|
||||||
|
# specific, written prior permission. Keith Packard makes no
|
||||||
|
# representations about the suitability of this software for any purpose. It
|
||||||
|
# is provided "as is" without express or implied warranty.
|
||||||
|
#
|
||||||
|
# KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
|
||||||
|
# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
|
||||||
|
# EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
|
||||||
|
# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
||||||
|
# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
||||||
|
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
|
# PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
#
|
||||||
|
# Coverage taken from TITUS (Thesaurus Indogermanischer Text und
|
||||||
|
# Sprachmaterialien)
|
||||||
|
#
|
||||||
|
# http://titus.uni-frankfurt.de/unicode/alphabet/nslatest.htm
|
||||||
|
#
|
||||||
|
# Tatar (TT)
|
||||||
|
#
|
||||||
|
0401
|
||||||
|
0410
|
||||||
|
0411
|
||||||
|
0412
|
||||||
|
0413
|
||||||
|
0414
|
||||||
|
0415
|
||||||
|
0416
|
||||||
|
0417
|
||||||
|
0418
|
||||||
|
0419
|
||||||
|
041a
|
||||||
|
041b
|
||||||
|
041c
|
||||||
|
041d
|
||||||
|
041e
|
||||||
|
041f
|
||||||
|
0420
|
||||||
|
0421
|
||||||
|
0422
|
||||||
|
0423
|
||||||
|
0424
|
||||||
|
0425
|
||||||
|
0426
|
||||||
|
0427
|
||||||
|
0428
|
||||||
|
0429
|
||||||
|
042a
|
||||||
|
042b
|
||||||
|
042c
|
||||||
|
042d
|
||||||
|
042e
|
||||||
|
042f
|
||||||
|
0430
|
||||||
|
0431
|
||||||
|
0432
|
||||||
|
0433
|
||||||
|
0434
|
||||||
|
0435
|
||||||
|
0436
|
||||||
|
0437
|
||||||
|
0438
|
||||||
|
0439
|
||||||
|
043a
|
||||||
|
043b
|
||||||
|
043c
|
||||||
|
043d
|
||||||
|
043e
|
||||||
|
043f
|
||||||
|
0440
|
||||||
|
0441
|
||||||
|
0442
|
||||||
|
0443
|
||||||
|
0444
|
||||||
|
0445
|
||||||
|
0446
|
||||||
|
0447
|
||||||
|
0448
|
||||||
|
0449
|
||||||
|
044a
|
||||||
|
044b
|
||||||
|
044c
|
||||||
|
044d
|
||||||
|
044e
|
||||||
|
044f
|
||||||
|
0451
|
||||||
|
0472
|
||||||
|
0473
|
||||||
|
0496
|
||||||
|
0497
|
||||||
|
04a2
|
||||||
|
04a3
|
||||||
|
04ae
|
||||||
|
04af
|
||||||
|
04ba
|
||||||
|
04bb
|
||||||
|
04d8
|
||||||
|
04d9
|
|
@ -0,0 +1,102 @@
|
||||||
|
#
|
||||||
|
# $XFree86$
|
||||||
|
#
|
||||||
|
# Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc.
|
||||||
|
#
|
||||||
|
# Permission to use, copy, modify, distribute, and sell this software and its
|
||||||
|
# documentation for any purpose is hereby granted without fee, provided that
|
||||||
|
# the above copyright notice appear in all copies and that both that
|
||||||
|
# copyright notice and this permission notice appear in supporting
|
||||||
|
# documentation, and that the name of Keith Packard not be used in
|
||||||
|
# advertising or publicity pertaining to distribution of the software without
|
||||||
|
# specific, written prior permission. Keith Packard makes no
|
||||||
|
# representations about the suitability of this software for any purpose. It
|
||||||
|
# is provided "as is" without express or implied warranty.
|
||||||
|
#
|
||||||
|
# KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
|
||||||
|
# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
|
||||||
|
# EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
|
||||||
|
# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
||||||
|
# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
||||||
|
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
|
# PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
#
|
||||||
|
# Coverage taken from TITUS (Thesaurus Indogermanischer Text und
|
||||||
|
# Sprachmaterialien)
|
||||||
|
#
|
||||||
|
# http://titus.uni-frankfurt.de/unicode/alphabet/nslatest.htm
|
||||||
|
#
|
||||||
|
# Tuvinian (TYV)
|
||||||
|
#
|
||||||
|
0401
|
||||||
|
0410
|
||||||
|
0411
|
||||||
|
0412
|
||||||
|
0413
|
||||||
|
0414
|
||||||
|
0415
|
||||||
|
0416
|
||||||
|
0417
|
||||||
|
0418
|
||||||
|
0419
|
||||||
|
041a
|
||||||
|
041b
|
||||||
|
041c
|
||||||
|
041d
|
||||||
|
041e
|
||||||
|
041f
|
||||||
|
0420
|
||||||
|
0421
|
||||||
|
0422
|
||||||
|
0423
|
||||||
|
0424
|
||||||
|
0425
|
||||||
|
0426
|
||||||
|
0427
|
||||||
|
0428
|
||||||
|
0429
|
||||||
|
042a
|
||||||
|
042b
|
||||||
|
042c
|
||||||
|
042d
|
||||||
|
042e
|
||||||
|
042f
|
||||||
|
0430
|
||||||
|
0431
|
||||||
|
0432
|
||||||
|
0433
|
||||||
|
0434
|
||||||
|
0435
|
||||||
|
0436
|
||||||
|
0437
|
||||||
|
0438
|
||||||
|
0439
|
||||||
|
043a
|
||||||
|
043b
|
||||||
|
043c
|
||||||
|
043d
|
||||||
|
043e
|
||||||
|
043f
|
||||||
|
0440
|
||||||
|
0441
|
||||||
|
0442
|
||||||
|
0443
|
||||||
|
0444
|
||||||
|
0445
|
||||||
|
0446
|
||||||
|
0447
|
||||||
|
0448
|
||||||
|
0449
|
||||||
|
044a
|
||||||
|
044b
|
||||||
|
044c
|
||||||
|
044d
|
||||||
|
044e
|
||||||
|
044f
|
||||||
|
0451
|
||||||
|
0472
|
||||||
|
0473
|
||||||
|
04a2
|
||||||
|
04a3
|
||||||
|
04ae
|
||||||
|
04af
|
|
@ -0,0 +1,98 @@
|
||||||
|
#
|
||||||
|
# $XFree86$
|
||||||
|
#
|
||||||
|
# Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc.
|
||||||
|
#
|
||||||
|
# Permission to use, copy, modify, distribute, and sell this software and its
|
||||||
|
# documentation for any purpose is hereby granted without fee, provided that
|
||||||
|
# the above copyright notice appear in all copies and that both that
|
||||||
|
# copyright notice and this permission notice appear in supporting
|
||||||
|
# documentation, and that the name of Keith Packard not be used in
|
||||||
|
# advertising or publicity pertaining to distribution of the software without
|
||||||
|
# specific, written prior permission. Keith Packard makes no
|
||||||
|
# representations about the suitability of this software for any purpose. It
|
||||||
|
# is provided "as is" without express or implied warranty.
|
||||||
|
#
|
||||||
|
# KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
|
||||||
|
# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
|
||||||
|
# EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
|
||||||
|
# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
||||||
|
# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
||||||
|
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
|
# PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
#
|
||||||
|
# Coverage taken from TITUS (Thesaurus Indogermanischer Text und
|
||||||
|
# Sprachmaterialien)
|
||||||
|
#
|
||||||
|
# http://titus.uni-frankfurt.de/unicode/alphabet/nslatest.htm
|
||||||
|
#
|
||||||
|
# Uzbek (UZ)
|
||||||
|
#
|
||||||
|
0401
|
||||||
|
0410
|
||||||
|
0411
|
||||||
|
0412
|
||||||
|
0413
|
||||||
|
0414
|
||||||
|
0415
|
||||||
|
0416
|
||||||
|
0417
|
||||||
|
0418
|
||||||
|
0419
|
||||||
|
041a
|
||||||
|
041b
|
||||||
|
041c
|
||||||
|
041d
|
||||||
|
041e
|
||||||
|
041f
|
||||||
|
0420
|
||||||
|
0421
|
||||||
|
0422
|
||||||
|
0423
|
||||||
|
0424
|
||||||
|
0425
|
||||||
|
0426
|
||||||
|
0427
|
||||||
|
0428
|
||||||
|
042a
|
||||||
|
042d
|
||||||
|
042e
|
||||||
|
042f
|
||||||
|
0430
|
||||||
|
0431
|
||||||
|
0432
|
||||||
|
0433
|
||||||
|
0434
|
||||||
|
0435
|
||||||
|
0436
|
||||||
|
0437
|
||||||
|
0438
|
||||||
|
0439
|
||||||
|
043a
|
||||||
|
043b
|
||||||
|
043c
|
||||||
|
043d
|
||||||
|
043e
|
||||||
|
043f
|
||||||
|
0440
|
||||||
|
0441
|
||||||
|
0442
|
||||||
|
0443
|
||||||
|
0444
|
||||||
|
0445
|
||||||
|
0446
|
||||||
|
0447
|
||||||
|
0448
|
||||||
|
044a
|
||||||
|
044d
|
||||||
|
044e
|
||||||
|
044f
|
||||||
|
0451
|
||||||
|
0492
|
||||||
|
0493
|
||||||
|
049a
|
||||||
|
049b
|
||||||
|
04b2
|
||||||
|
04b3
|
||||||
|
04f0
|
||||||
|
04f1
|
Loading…
Reference in New Issue