Add walloon, update fclang.c to include recent language additions
This commit is contained in:
parent
2903c146aa
commit
d6dabf3686
|
@ -1,4 +1,4 @@
|
||||||
XCOMM $XFree86: xc/lib/fontconfig/fc-lang/Imakefile,v 1.2 2002/07/06 23:59:15 keithp Exp $
|
XCOMM $XFree86: xc/lib/fontconfig/fc-lang/Imakefile,v 1.3 2002/07/07 19:18:51 keithp Exp $
|
||||||
|
|
||||||
#ifdef UseInstalled
|
#ifdef UseInstalled
|
||||||
/* building outside the tree, use private defines */
|
/* building outside the tree, use private defines */
|
||||||
|
@ -26,7 +26,7 @@ ORTH1=ab.orth ar.orth az.orth ba.orth be.orth bg.orth bn.orth bo.orth br.orth\
|
||||||
mk.orth ml.orth mn.orth mo.orth mt.orth nl.orth no.orth oc.orth or.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\
|
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\
|
sq.orth sr.orth sv.orth ta.orth te.orth th.orth tl.orth tr.orth uk.orth\
|
||||||
vo.orth yi.orth zh_cn.orth zh_tw.orth
|
vo.orth wa.orth yi.orth zh_cn.orth zh_tw.orth
|
||||||
|
|
||||||
#
|
#
|
||||||
# ISO 639-2 adds many more three letter language names
|
# ISO 639-2 adds many more three letter language names
|
||||||
|
|
|
@ -0,0 +1,47 @@
|
||||||
|
#
|
||||||
|
# $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.
|
||||||
|
#
|
||||||
|
# Walloon (WA)
|
||||||
|
#
|
||||||
|
# Data from private communication with Pablo Saratxaga <pablo@mandrakesoft.com>
|
||||||
|
#
|
||||||
|
0041-005a
|
||||||
|
0061-007a
|
||||||
|
00c2 # A circumflex
|
||||||
|
00c5 # A ring
|
||||||
|
00c7 # C cedilla
|
||||||
|
00c8 # E grave
|
||||||
|
00c9 # E acute
|
||||||
|
00ca # E circumflex
|
||||||
|
00ce # I circumflex
|
||||||
|
00d4 # O circumflex
|
||||||
|
00db # U circumflex
|
||||||
|
00e2 # a circumflex
|
||||||
|
00e5 # a ring
|
||||||
|
00e7 # c cedilla
|
||||||
|
00e8 # e grave
|
||||||
|
00e9 # e acute
|
||||||
|
00ea # e circumflex
|
||||||
|
00ee # i circumflex
|
||||||
|
00f4 # o circumflex
|
||||||
|
00fb # u circumflex
|
1324
src/fclang.c
1324
src/fclang.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue