summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2002-10-21 17:03:47 +0000
committerKeith Packard <keithp@keithp.com>2002-10-21 17:03:47 +0000
commit65fb1c65837edd07fb89d303155b10a38e00ecd7 (patch)
tree5003b77ea9372a12a6c13fd268d8b710ef7481b2
parentbff801144b226f5f3ddf4188f181ed3f629fdcab (diff)
Elide historic cyrillic letters from several orthographies as they arexf-4_2_99_2ah-20021030-postdriah-20021030
unnecessary for modern documents and ill supported by fonts
-rw-r--r--fc-lang/bua.orth6
-rw-r--r--fc-lang/fclang.h14
-rw-r--r--fc-lang/kaa.orth6
-rw-r--r--fc-lang/ky.orth6
-rw-r--r--fc-lang/ru.orth10
-rw-r--r--fc-lang/sah.orth6
-rw-r--r--fc-lang/tk.orth6
-rw-r--r--fc-lang/tt.orth6
-rw-r--r--fc-lang/tyv.orth6
9 files changed, 35 insertions, 31 deletions
diff --git a/fc-lang/bua.orth b/fc-lang/bua.orth
index 8f7297d..1705dea 100644
--- a/fc-lang/bua.orth
+++ b/fc-lang/bua.orth
@@ -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
diff --git a/fc-lang/fclang.h b/fc-lang/fclang.h
index eb031f5..ca2eea0 100644
--- a/fc-lang/fclang.h
+++ b/fc-lang/fclang.h
@@ -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 */
diff --git a/fc-lang/kaa.orth b/fc-lang/kaa.orth
index 4fca458..80fffa9 100644
--- a/fc-lang/kaa.orth
+++ b/fc-lang/kaa.orth
@@ -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
diff --git a/fc-lang/ky.orth b/fc-lang/ky.orth
index b00d262..a985cbe 100644
--- a/fc-lang/ky.orth
+++ b/fc-lang/ky.orth
@@ -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
diff --git a/fc-lang/ru.orth b/fc-lang/ru.orth
index f4e5ba8..361067e 100644
--- a/fc-lang/ru.orth
+++ b/fc-lang/ru.orth
@@ -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.
#
@@ -29,6 +29,10 @@
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
diff --git a/fc-lang/sah.orth b/fc-lang/sah.orth
index 157874b..81a4a35 100644
--- a/fc-lang/sah.orth
+++ b/fc-lang/sah.orth
@@ -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
diff --git a/fc-lang/tk.orth b/fc-lang/tk.orth
index 74934c2..d50a162 100644
--- a/fc-lang/tk.orth
+++ b/fc-lang/tk.orth
@@ -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
diff --git a/fc-lang/tt.orth b/fc-lang/tt.orth
index 20da38e..a93280d 100644
--- a/fc-lang/tt.orth
+++ b/fc-lang/tt.orth
@@ -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
diff --git a/fc-lang/tyv.orth b/fc-lang/tyv.orth
index 7480c23..24e9efa 100644
--- a/fc-lang/tyv.orth
+++ b/fc-lang/tyv.orth
@@ -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