fontconfig: Branch 'main' - 2 commits
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Fri Jul 4 05:19:39 UTC 2025
fc-lang/Makefile.am | 3 ++-
fc-lang/meson.build | 1 +
fc-lang/suz.orth | 9 +++++++++
3 files changed, 12 insertions(+), 1 deletion(-)
New commits:
commit c1f707615c32b1b7801a207b91b8913a0de8b73e
Merge: bb23cc4 7f40e60
Author: Akira TAGOH <akira at tagoh.org>
Date: Fri Jul 4 05:19:36 2025 +0000
Merge branch 'suz-orth' into 'main'
fc-lang: Add suz.orth for Sunuwar
See merge request fontconfig/fontconfig!451
commit 7f40e600e5af0c4ebc2ed1662826368df485a869
Author: Akira TAGOH <akira at tagoh.org>
Date: Fri Jul 4 14:00:34 2025 +0900
fc-lang: Add suz.orth for Sunuwar
Changelog: added
diff --git a/fc-lang/Makefile.am b/fc-lang/Makefile.am
index 4227fce..b8a9093 100644
--- a/fc-lang/Makefile.am
+++ b/fc-lang/Makefile.am
@@ -317,7 +317,8 @@ ORTH = \
yue.orth \
yuw.orth \
got.orth \
- cop.orth
+ cop.orth \
+ suz.orth
# ^-------------- Add new orth files here
BUILT_SOURCES += $(top_builddir)/conf.d/35-lang-normalize.conf
diff --git a/fc-lang/meson.build b/fc-lang/meson.build
index 265ebda..cc1be27 100644
--- a/fc-lang/meson.build
+++ b/fc-lang/meson.build
@@ -281,6 +281,7 @@ orth_files = [
'yuw.orth',
'got.orth',
'cop.orth',
+ 'suz.orth',
]
fclang_h = custom_target('fclang.h',
diff --git a/fc-lang/suz.orth b/fc-lang/suz.orth
new file mode 100644
index 0000000..ba24605
--- /dev/null
+++ b/fc-lang/suz.orth
@@ -0,0 +1,9 @@
+# Copyright (C) 2025 fontconfig Authors
+# SPDX-License-Identifier: HPND
+#
+# Sunuwar (suz)
+# https://en.wikipedia.org/wiki/Sunuwar_alphabet
+11bc0-11be1
+# 11be2-11bef # Reserved
+11bf0-11bf9
+# 11bfa-11bff # Reserved
More information about the Fontconfig
mailing list