fontconfig: Branch 'main' - 2 commits

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Oct 23 01:58:28 UTC 2024


 fc-lang/Makefile.am |    3 ++-
 fc-lang/cop.orth    |    9 +++++++++
 fc-lang/meson.build |    1 +
 3 files changed, 12 insertions(+), 1 deletion(-)

New commits:
commit 10414731e585b0fe0305fdc384f6a85d11f90e8e
Merge: e76ba9a d706e9e
Author: Akira TAGOH <akira at tagoh.org>
Date:   Wed Oct 23 01:58:24 2024 +0000

    Merge branch 'cop-orth' into 'main'
    
    Add cop.orth for Coptic language
    
    See merge request fontconfig/fontconfig!336

commit d706e9ef42f8a869196b07db8835581b6db190fd
Author: Akira TAGOH <akira at tagoh.org>
Date:   Thu Sep 19 19:29:51 2024 +0900

    Add cop.orth for Coptic language

diff --git a/fc-lang/Makefile.am b/fc-lang/Makefile.am
index b9ff8ce..4227fce 100644
--- a/fc-lang/Makefile.am
+++ b/fc-lang/Makefile.am
@@ -316,7 +316,8 @@ ORTH = \
 	wae.orth \
 	yue.orth \
 	yuw.orth \
-	got.orth
+	got.orth \
+	cop.orth
 #	^-------------- Add new orth files here
 
 BUILT_SOURCES += $(top_builddir)/conf.d/35-lang-normalize.conf
diff --git a/fc-lang/cop.orth b/fc-lang/cop.orth
new file mode 100644
index 0000000..239402a
--- /dev/null
+++ b/fc-lang/cop.orth
@@ -0,0 +1,9 @@
+# Copyright (C) 2024 fontconfig Authors
+# SPDX-License-Identifier: HPND
+#
+# Coptic (cop)
+#
+# https://en.wikipedia.org/wiki/Coptic_script
+03E2-03EF  # Greek and Coptic
+2C80-2CF3  # Coptic
+2CF9-2CFF  # Coptic
diff --git a/fc-lang/meson.build b/fc-lang/meson.build
index e05b287..265ebda 100644
--- a/fc-lang/meson.build
+++ b/fc-lang/meson.build
@@ -280,6 +280,7 @@ orth_files = [
   'yue.orth',
   'yuw.orth',
   'got.orth',
+  'cop.orth',
 ]
 
 fclang_h = custom_target('fclang.h',


More information about the Fontconfig mailing list