From de6ee1858b6864e1827af2097ad30b884d0dec6c Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Thu, 5 Dec 2024 00:00:51 +0100 Subject: Arabic diacritics (#807) Add arabic combining diacritics and make them accessible via Fn and Compose combos. Co-authored-by: Anastázius Kaejatídarján <32847759+anaskaejdar@users.noreply.github.com> --- srcs/compose/fn.json | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) (limited to 'srcs/compose/fn.json') diff --git a/srcs/compose/fn.json b/srcs/compose/fn.json index 70fc061..67bc295 100644 --- a/srcs/compose/fn.json +++ b/srcs/compose/fn.json @@ -215,5 +215,38 @@ "ԓ": "ԯ", "\ua67d": "\u0483", "\u0487": "\ua66f", - "ӈ": "ԩ" + "ӈ": "ԩ", + + // Arabic + ":": "zwnj", + "ل": "ڵ", + "\u064F": "ۆ", // combining_dammah + "\u0650": "ێ", // combining_kasra + "ر": "ڕ", + "ب": "ٮ", + "ه": "ھ", + "ث": "پ", + "ز": "ژ", + "غ": "گ", + "ك": "ک", + "ا": "آ", + "ي": "ی", + "ک": "ك", + "ط": "ظ", + "ص": "ض", + "ی": "ي", + "ق": "غ", + "ع": "ء", + "ح": "ہ", + "ێ": "combining_kasra", + "ئ": "combining_hamza_above", + "ؽ": "combining_arabic_inverted_v", + "ۉ": "combining_arabic_inverted_v", + "ڡ": "combining_dammah", + "ة": "combining_fatha", + "إ": "combining_hamza_below", + "ۆ": "combining_arabic_v", + "س": "ـ", + "ف": "ڤ", + "ن": "ں" } -- cgit v1.2.3