Updated the Eittlandic runic alphabet

This commit is contained in:
Lucien Cartier-Tilet 2020-08-22 13:04:51 +02:00
parent 9d29817ef1
commit 103d096091
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA

View File

@ -201,78 +201,75 @@ corresponding runes during org-mode export"
(conlanging//replace-string-by-char t-text conlanging//matter-latin-to-runes))) (conlanging//replace-string-by-char t-text conlanging//matter-latin-to-runes)))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Eittlanda ; ; Eittlandic ;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(defvar conlanging//eittlanda-latin-to-latex '((", *" . "\\\\tripledot") (defvar conlanging//eittlandic-latin-to-latex '((", *\\|\\. *" . "\\\\tripledot")
("\\. *" . "\\\\tripledot") (" +" . ":")
(" +" . ":") ("hv" . "x")
("hv" . "x") ("í" . "i")
("ø" . "\\\\o") ("é" . "\\\\e")
("œ" . "\\\\oO") ("ę\\" . "æ")
("v" . "w") ("ý" . "y")
("ó" . "v") ("œ" . "ø")
("ń" . "\\\\ndot")) ("ú" . "u")
("ó" . "o")
("á\\" . "a")
("j" . "i"))
"Equivalence between the Eittlandic orthography in the Latin "Equivalence between the Eittlandic orthography in the Latin
script and the LaTeX code for the Runic script. The first element script and the LaTeX code for the Runic script. The first element
of a pair is the Latin script orthography, the second is the of a pair is the Latin script orthography, the second is the
Runic LaTeX code equivalent.") Runic LaTeX code equivalent.")
(defvar conlanging//eittlanda-latin-to-runes '((", *" . "") (defvar conlanging//eittlandic-latin-to-runes '((", *\\|\\. *" . "")
("\\. *" . "") (" +\\|:" . "")
(" +" . "") ("hv" . "")
(":" . "") ("i\\\\|j" . "")
("hv" . "") ("é" . "")
("i" . "") ("e\\\\" . "")
("y" . "") ("y\\" . "")
("u" . "") ("ø\\" . "")
("e" . "") ("u\\\\|v\\|w" . "")
("ø" . "") ("o\\" . "")
("o" . "") ("a\\\\" . "")
("œ" . "") ("p" . "")
("ó" . "") ("b" . "")
("æ" . "") ("f" . "")
("a" . "") ("t" . "")
("m" . "") ("d" . "")
("n" . "") ("þ" . "")
("ń" . "") ("ð" . "")
("p" . "") ("s" . "")
("b" . "") ("k" . "")
("t" . "") ("g" . "")
("d" . "") ("h" . "")
("k" . "") ("m" . "")
("g" . "") ("n" . "")
("f" . "") ("r" . "")
("þ" . "") ("l" . ""))
("ð" . "")
("s" . "")
("h" . "")
("v" . "")
("r" . "")
("l" . ""))
"Equivalence between the Eittlandic orthography in the Latin "Equivalence between the Eittlandic orthography in the Latin
script and the Runic script. The first element of a pair is the script and the Runic script. The first element of a pair is the
Latin script orthography, the second is the Runic equivalent.") Latin script orthography, the second is the Runic equivalent.")
(defun conlanging/eittlanda-to-runes () (defun conlanging/eittlandic-to-runes ()
"Replaces transliterated Eittlandic with its runic writing system" "Replaces transliterated Eittlandic with its runic writing system"
(interactive) (interactive)
(conlanging//replace-char-by-table conlanging//eittlanda-latin-to-runes)) (conlanging//replace-char-by-table conlanging//eittlandic-latin-to-runes))
(defun conlanging/eittlanda-to-latex () (defun conlanging/eittlandic-to-latex ()
"Replaces transliterated Eittlandic with its corresponding runes" "Replaces transliterated Eittlandic with its corresponding runes"
(interactive) (interactive)
(conlanging//replace-char-by-table conlanging//eittlanda-latin-to-latex)) (conlanging//replace-char-by-table conlanging//eittlandic-latin-to-latex))
(defun conlanging/eittlanda-org-export-runes (t-text) (defun conlanging/eittlandic-org-export-runes (t-text)
"Replaces transliterated Eittlandic with its corresponding "Replaces transliterated Eittlandic with its corresponding
runes during org-mode export" runes during org-mode export"
(interactive) (interactive)
(if (org-export-derived-backend-p org-export-current-backend (if (org-export-derived-backend-p org-export-current-backend
'latex) 'latex)
(concat "\\textarm{" (concat "\\textarm{"
(conlanging//replace-string-by-char t-text conlanging//eittlanda-latin-to-latex) (conlanging//replace-string-by-char t-text conlanging//eittlandic-latin-to-latex)
"}") "}")
(conlanging//replace-string-by-char t-text conlanging//eittlanda-latin-to-runes))) (conlanging//replace-string-by-char t-text conlanging//eittlandic-latin-to-runes)))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Ñyqy ; ; Ñyqy ;