]> git.wh0rd.org - fontconfig.git/commitdiff
Elide historic cyrillic letters from several orthographies as they are ah-20021030 ah-20021030-postdri xf-4_2_99_2
authorKeith Packard <keithp@keithp.com>
Mon, 21 Oct 2002 17:03:47 +0000 (17:03 +0000)
committerKeith Packard <keithp@keithp.com>
Mon, 21 Oct 2002 17:03:47 +0000 (17:03 +0000)
    unnecessary for modern documents and ill supported by fonts

fc-lang/bua.orth
fc-lang/fclang.h
fc-lang/kaa.orth
fc-lang/ky.orth
fc-lang/ru.orth
fc-lang/sah.orth
fc-lang/tk.orth
fc-lang/tt.orth
fc-lang/tyv.orth

index 8f7297df855d25e38ac160bc06791d1de01ccf93..1705dea8320d009db39c04da357c0e8487452cd7 100644 (file)
@@ -1,5 +1,5 @@
 #
-# $XFree86$
+# $XFree86: xc/lib/fontconfig/fc-lang/bua.orth,v 1.1 2002/07/12 07:52:15 keithp Exp $
 #
 # Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc.
 #
@@ -94,8 +94,8 @@
 044e
 044f
 0451
-0472
-0473
+#0472  # CYRILLIC CAPITAL LETTER FITA (Historic cyrillic letter)
+#0473  # CYRILLIC SMALL LETTER FITA (Historic cyrillic letter)
 04ae
 04af
 04ba
index eb031f50574ca2ed855b697c88a0ddf62c4131c3..ca2eea07d085b547040aacb574e98766df792d2a 100644 (file)
@@ -142,7 +142,7 @@ static const FcCharLeaf     leaves[599] = {
     0x00000000, 0x00000000, 0x00000000, 0x00000000,
     } },
     { { /* 29 */
-    0xffff0002, 0xffffffff, 0x0002ffff, 0x000c0000,
+    0xffff0002, 0xffffffff, 0x0002ffff, 0x00000000,
     0x00000000, 0x0c00c000, 0x00000000, 0x00000000,
     } },
     { { /* 30 */
@@ -718,7 +718,7 @@ static const FcCharLeaf     leaves[599] = {
     0x00000000, 0xffffffff, 0xffff003f, 0x087fffff,
     } },
     { { /* 173 */
-    0xffff0002, 0xffffffff, 0x0002ffff, 0x000c0000,
+    0xffff0002, 0xffffffff, 0x0002ffff, 0x00000000,
     0x0c0c0000, 0x000cc00c, 0x03000000, 0x00000000,
     } },
     { { /* 174 */
@@ -1110,7 +1110,7 @@ static const FcCharLeaf   leaves[599] = {
     0x00000000, 0x00000000, 0x00000000, 0x00000000,
     } },
     { { /* 271 */
-    0xffff0002, 0xffffffff, 0x0002ffff, 0x000c0000,
+    0xffff0002, 0xffffffff, 0x0002ffff, 0x00000000,
     0x00000000, 0x0000c00c, 0x00000000, 0x00000000,
     } },
     { { /* 272 */
@@ -1218,11 +1218,11 @@ static const FcCharLeaf leaves[599] = {
     0x00000000, 0x00000000, 0x02045301, 0x02045301,
     } },
     { { /* 298 */
-    0xffff0042, 0xffffffff, 0x0042ffff, 0x003c000c,
+    0xffff0042, 0xffffffff, 0x0042ffff, 0x00000000,
     0x00000000, 0x00000000, 0x00000000, 0x00000000,
     } },
     { { /* 299 */
-    0xffff0002, 0xffffffff, 0x0002ffff, 0x000c0000,
+    0xffff0002, 0xffffffff, 0x0002ffff, 0x00000000,
     0x00300000, 0x0c00c030, 0x03000000, 0x00000000,
     } },
     { { /* 300 */
@@ -1314,7 +1314,7 @@ static const FcCharLeaf   leaves[599] = {
     0x00000000, 0x00000000, 0x00000000, 0x00000000,
     } },
     { { /* 322 */
-    0xffff0002, 0xffffffff, 0x0002ffff, 0x000c0000,
+    0xffff0002, 0xffffffff, 0x0002ffff, 0x00000000,
     0x00c00000, 0x0000c00c, 0x03000000, 0x00000000,
     } },
     { { /* 323 */
@@ -1334,7 +1334,7 @@ static const FcCharLeaf   leaves[599] = {
     0x00000000, 0x00000000, 0x00000000, 0x00000000,
     } },
     { { /* 327 */
-    0xffff0002, 0xffffffff, 0x0002ffff, 0x000c0000,
+    0xffff0002, 0xffffffff, 0x0002ffff, 0x00000000,
     0x00c00000, 0x0c00c00c, 0x03000000, 0x00000000,
     } },
     { { /* 328 */
index 4fca458c76feff1353f94cd33f3b894fe217a9d0..80fffa98f0cdb006f9749d1dd09a5fa9dc671b0e 100644 (file)
@@ -1,5 +1,5 @@
 #
-# $XFree86$
+# $XFree86: xc/lib/fontconfig/fc-lang/kaa.orth,v 1.1 2002/07/12 07:52:16 keithp Exp $
 #
 # Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc.
 #
@@ -94,8 +94,8 @@
 044e
 044f
 0451
-0472
-0473
+#0472  # CYRILLIC CAPITAL LETTER FITA (Historic cyrillic letter)
+#0473  # CYRILLIC SMALL LETTER FITA (Historic cyrillic letter)
 0492
 0493
 049a
index b00d262a06689c294099f72951fd05c474d1d782..a985cbed37f3fd1c7691b8a2da2959c705cb6fe1 100644 (file)
@@ -1,5 +1,5 @@
 #
-# $XFree86$
+# $XFree86: xc/lib/fontconfig/fc-lang/ky.orth,v 1.1 2002/07/12 07:52:16 keithp Exp $
 #
 # Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc.
 #
@@ -94,8 +94,8 @@
 044e
 044f
 0451
-0472
-0473
+#0472  # CYRILLIC CAPITAL LETTER FITA (Historic cyrillic letter)
+#0473  # CYRILLIC SMALL LETTER FITA (Historic cyrillic letter)
 04a2
 04a3
 04ae
index f4e5ba8f9e5e08f60d5a70bf27e54e57fc52422e..361067e459d468cfb121f462537445e87aaaf59a 100644 (file)
@@ -1,5 +1,5 @@
 #
-# $XFree86: xc/lib/fontconfig/fc-lang/ru.orth,v 1.2 2002/07/06 23:59:19 keithp Exp $
+# $XFree86: xc/lib/fontconfig/fc-lang/ru.orth,v 1.3 2002/07/12 09:12:37 keithp Exp $
 #
 # Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc.
 #
 0410-044f
 0451
 0456
-0462-0463
-0472-0475
+#0462          # CYRILLIC CAPITAL LETTER YAT
+#0463          # CYRILLIC SMALL LETTER YAT
+#0472          # CYRILLIC CAPITAL LETTER FITA
+#0473          # CYRILLIC SMALL LETTER FITA
+#0474          # CYRILLIC CAPITAL LETTER IZHITSA
+#0475          # CYRILLIC SMALL LETTER IZHITSA
 #2039-203a     # angle quotes
index 157874b5b414d9e0d2b7f4fc9afe4e1ba3498101..81a4a35bd4fb4d90f6962d7d3ef9693135dc189e 100644 (file)
@@ -1,5 +1,5 @@
 #
-# $XFree86$
+# $XFree86: xc/lib/fontconfig/fc-lang/sah.orth,v 1.1 2002/07/12 07:52:16 keithp Exp $
 #
 # Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc.
 #
@@ -94,8 +94,8 @@
 044e
 044f
 0451
-0472
-0473
+#0472          # CYRILLIC CAPITAL LETTER FITA
+#0473          # CYRILLIC SMALL LETTER FITA
 0494
 0495
 04a4
index 74934c2a2dc9cd57b812313096ffa56f68de30fa..d50a1621447ba55ea14ba234540b03885ac467b4 100644 (file)
@@ -1,5 +1,5 @@
 #
-# $XFree86$
+# $XFree86: xc/lib/fontconfig/fc-lang/tk.orth,v 1.1 2002/07/12 07:52:16 keithp Exp $
 #
 # Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc.
 #
@@ -94,8 +94,8 @@
 044e
 044f
 0451
-0472
-0473
+#0472          # CYRILLIC CAPITAL LETTER FITA
+#0473          # CYRILLIC SMALL LETTER FITA
 0496
 0497
 04a2
index 20da38eadc0d6c025a547d8e156bf87e1eff2edd..a93280dfdc5ad515dcbedacc0552ceedb2f21b8f 100644 (file)
@@ -1,5 +1,5 @@
 #
-# $XFree86$
+# $XFree86: xc/lib/fontconfig/fc-lang/tt.orth,v 1.1 2002/07/12 07:52:16 keithp Exp $
 #
 # Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc.
 #
@@ -94,8 +94,8 @@
 044e
 044f
 0451
-0472
-0473
+#0472          # CYRILLIC CAPITAL LETTER FITA
+#0473          # CYRILLIC SMALL LETTER FITA
 0496
 0497
 04a2
index 7480c23a7ef52b76cca999111e8b458cba24387d..24e9efab13d77e28b0b9e85da3c0c5569e064706 100644 (file)
@@ -1,5 +1,5 @@
 #
-# $XFree86$
+# $XFree86: xc/lib/fontconfig/fc-lang/tyv.orth,v 1.1 2002/07/12 07:52:16 keithp Exp $
 #
 # Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc.
 #
@@ -94,8 +94,8 @@
 044e
 044f
 0451
-0472
-0473
+#0472          # CYRILLIC CAPITAL LETTER FITA
+#0473          # CYRILLIC SMALL LETTER FITA
 04a2
 04a3
 04ae