;; indic-util.mim -- Unified Transliteration of Indic Languages, ;; a postfix roman transliteration method. ;; ;; Copyright (C) 2020 Satish B. Setty ;; ;; Distributed under the open source Fair License: https://opensource.org/licenses/Fair (input-method t IndicUTIL) (description "Unified Transliteration of Indic Languages, a transliteration method based on IAST, ISO-15919, GRETIL and ALA-LC.") (title "IndicUTIL Roman Postfix") (map (indic ("aa" "ā") ("ee" "ē") ("ii" "ī") ("oo" "ō") ("uu" "ū") ("n~" "n̄") ("s~" "s̄") ("z~" "z̄") ("r~" "r̄") ;; macron below ("b_" "ḇ") ("c_" "c̱") ("d_" "ḏ") ("g_" "g̱") ("h_" "ẖ") ("j_" "j̱") ("k_" "ḵ") ("l_" "ḻ") ("n_" "ṉ") ("r_" "ṟ") ("s_" "s̱") ("t_" "ṯ") ("z_" "ẕ") ;; dot below ("a." "ạ") ("d." "ḍ") ("e." "ẹ") ("h." "ḥ") ("l." "ḷ") ("m." "ṃ") ("n." "ṇ") ("o." "ọ") ("r." "ṛ") ("s." "ṣ") ("t." "ṭ") ("u." "ụ") ("x." "x̣") ("z." "ẓ") ;; dot above ("c;" "ċ") ("g;" "ġ") ("m;" "ṁ") ("n;" "ṅ") ("r;" "ṙ") ("s;" "ṡ") ("x;" "ẋ") ("y;" "ẏ") ("z;" "ż") ;; macron above, dot below ("aa." "ạ̄") ("ee." "ẹ̄") ("ll." "ḹ") ("mm." "ṃ̄") ("nn." "ṇ̄") ("oo." "ọ̄") ("rr." "ṝ") ("uu." "ụ̄") ;; macron below, dot above ("ll;" "ḻ̇") ;; diacritics ("&" "’") ("~" "̐") ("%" "̃") ("'" "́") ("`" "̀") ("\\" "ʽ") ("/" "ʼ") (";;" "ˊ") ("--" "ˋ") (";-" "˙") ;; obsolete ("n~~" "ñ") ("s'" "ś") ("l'" "ĺ") )) (state (init (indic)))