summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-10-10 21:50:02 +0300
committerThanos Apollo <[email protected]>2024-10-10 21:50:02 +0300
commitbc262a2d89b6d0c7ee51e245b584e575069f1e1c (patch)
tree6b709d436afc19eeb83c85a3876800d63bb53176
parent8d2c4535396f91964c7762ff8caed54bc16aa373 (diff)
Προσθήκη χαρακτήρα Στίγμα (Σύμπλεγμα)HEADmaster
* Ο χαρακτήρας Στίγμα είναι συνδιασμός στ
-rw-r--r--greek-polytonic.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/greek-polytonic.el b/greek-polytonic.el
index b0dd833..1468abd 100644
--- a/greek-polytonic.el
+++ b/greek-polytonic.el
@@ -366,6 +366,9 @@
;; Sigma
("S" ?Σ)
("s" ?σ)
+ ;; Stigma (ligature)
+ ("Ws" ?ϛ) ;; U+03DB
+ ("WS" ?Ϛ) ;; U+03DA
;; To not convert to "ς" users can press C-g after typing σ
("s " ["ς "])
("s." ["ς."])