interscript 0.1.3 → 0.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (294) hide show
  1. checksums.yaml +4 -4
  2. data/README.adoc +10 -11
  3. data/aliases.json +1 -0
  4. data/lib/interscript.rb +62 -59
  5. data/lib/interscript/command.rb +3 -2
  6. data/lib/interscript/fs.rb +96 -0
  7. data/lib/interscript/mapping.rb +36 -17
  8. data/lib/interscript/opal.rb +196 -0
  9. data/lib/interscript/opal/entrypoint.rb +20 -0
  10. data/lib/interscript/opal/exports.rb +11 -0
  11. data/lib/interscript/opal/maps.js.erb +8 -0
  12. data/lib/interscript/version.rb +1 -1
  13. data/maps/acadsin-zho-Hani-Latn-2002.yaml +6 -2
  14. data/maps/alalc-amh-Ethi-Latn-1997.yaml +513 -0
  15. data/maps/alalc-amh-Ethi-Latn-2011.yaml +138 -0
  16. data/maps/alalc-ara-Arab-Latn-1997.yaml +1287 -0
  17. data/maps/alalc-asm-Deva-Latn-1997.yaml +259 -0
  18. data/maps/alalc-asm-Deva-Latn-2012.yaml +55 -0
  19. data/maps/alalc-aze-Arab-Latn-1997.yaml +376 -0
  20. data/maps/alalc-aze-Cyrl-Latn-1997.yaml +145 -0
  21. data/maps/{alalc-bel-cyrl-latn-1997.yaml → alalc-bel-Cyrl-Latn-1997.yaml} +7 -3
  22. data/maps/alalc-ben-Beng-Latn-1997.yaml +291 -0
  23. data/maps/alalc-ben-Beng-Latn-2017.yaml +1 -1
  24. data/maps/alalc-bul-Cyrl-Latn-1997.yaml +5 -1
  25. data/maps/alalc-div-Thaa-Latn-1997.yaml +211 -0
  26. data/maps/alalc-ell-Grek-Latn-1997.yaml +7 -4
  27. data/maps/alalc-ell-Grek-Latn-2010.yaml +3 -5
  28. data/maps/alalc-guj-Gujr-Latn-1997.yaml +266 -0
  29. data/maps/alalc-guj-Gujr-Latn-2011.yaml +64 -0
  30. data/maps/alalc-hin-Deva-Latn-1997.yaml +303 -0
  31. data/maps/alalc-hin-Deva-Latn-2011.yaml +65 -0
  32. data/maps/alalc-kan-Kana-Latn-1997.yaml +274 -0
  33. data/maps/alalc-kan-Kana-Latn-2011.yaml +63 -0
  34. data/maps/alalc-kat-Geok-Latn-1997.yaml +2 -3
  35. data/maps/alalc-kat-Geor-Latn-1997.yaml +5 -1
  36. data/maps/alalc-kor-Hang-Latn-1997.yaml +6 -2
  37. data/maps/alalc-mal-Mlym-Latn-1997.yaml +303 -0
  38. data/maps/alalc-mal-Mlym-Latn-2012.yaml +73 -0
  39. data/maps/alalc-mar-Deva-Latn-1997.yaml +189 -0
  40. data/maps/alalc-mar-Deva-Latn-2011.yaml +45 -0
  41. data/maps/{alalc-mkd-cyrl-latn-1997.yaml → alalc-mkd-Cyrl-Latn-1997.yaml} +1 -1
  42. data/maps/alalc-mkd-Cyrl-Latn-2013.yaml +1 -1
  43. data/maps/alalc-mon-Cyrl-Latn-1997.yaml +220 -0
  44. data/maps/alalc-ori-Orya-Latn-1997.yaml +284 -0
  45. data/maps/alalc-ori-Orya-Latn-2011.yaml +67 -0
  46. data/maps/alalc-pan-Guru-Latn-1997.yaml +256 -0
  47. data/maps/alalc-pan-Guru-Latn-2011.yaml +78 -0
  48. data/maps/alalc-per-Arab-Latn-1997.yaml +375 -0
  49. data/maps/alalc-pli-Deva-Latn-2012.yaml +144 -0
  50. data/maps/alalc-pra-Deva-Latn-2012.yaml +47 -0
  51. data/maps/alalc-rus-Cyrl-Latn-1997.yaml +225 -0
  52. data/maps/alalc-rus-Cyrl-Latn-2012.yaml +162 -0
  53. data/maps/alalc-san-Deva-Latn-2012.yaml +241 -0
  54. data/maps/alalc-sin-Sinh-Latn-1997.yaml +292 -0
  55. data/maps/alalc-sin-Sinh-Latn-2011.yaml +71 -0
  56. data/maps/alalc-srp-Cyrl-Latn-1997.yaml +5 -1
  57. data/maps/{alalc-srp-cyrl-latn-2013.yaml → alalc-srp-Cyrl-Latn-2013.yaml} +1 -1
  58. data/maps/alalc-tam-Taml-Latn-1997.yaml +62 -0
  59. data/maps/alalc-tam-Taml-Latn-2011.yaml +58 -0
  60. data/maps/alalc-tel-Telu-Latn-1997.yaml +284 -0
  61. data/maps/alalc-tel-Telu-Latn-2011.yaml +64 -0
  62. data/maps/alalc-ukr-Cyrl-Latn-1997.yaml +5 -1
  63. data/maps/alalc-ukr-Cyrl-Latn-2011.yaml +1 -1
  64. data/maps/apcbg-bul-Cyrl-Latn-1995.yaml +1 -1
  65. data/maps/az-aze-Cyrl-Latn-1939.yaml +105 -0
  66. data/maps/az-aze-Cyrl-Latn-1958.yaml +45 -0
  67. data/maps/bas-rus-Cyrl-Latn-2017-bss.yaml +1 -2
  68. data/maps/bas-rus-Cyrl-Latn-2017-oss.yaml +1 -1
  69. data/maps/bgn-jpn-Hrkt-Latn-1962.yaml +1 -3
  70. data/maps/bgn-kor-Hang-Latn-1943.yaml +8 -4
  71. data/maps/bgn-kor-Kore-Latn-1943.yaml +4 -4
  72. data/maps/bgna-bul-Cyrl-Latn-2006.yaml +1 -1
  73. data/maps/bgna-bul-Cyrl-Latn-2009.yaml +1 -1
  74. data/maps/bgnpcgn-amh-Ethi-Latn-1967.yaml +532 -0
  75. data/maps/bgnpcgn-ara-Arab-Latn-1956.yaml +598 -0
  76. data/maps/bgnpcgn-arm-Armn-Latn-1981.yaml +1 -1
  77. data/maps/bgnpcgn-aze-Cyrl-Latn-1993.yaml +111 -104
  78. data/maps/bgnpcgn-bak-Cyrl-Latn-2007.yaml +188 -0
  79. data/maps/bgnpcgn-bal-Arab-Latn-2008.yaml +329 -0
  80. data/maps/{bgnpcgn-bel-cyrl-latn-1979.yaml → bgnpcgn-bel-Cyrl-Latn-1979.yaml} +5 -1
  81. data/maps/bgnpcgn-bul-Cyrl-Latn-1952.yaml +14 -10
  82. data/maps/bgnpcgn-bul-Cyrl-Latn-2013.yaml +5 -1
  83. data/maps/bgnpcgn-che-Cyrl-Latn-2008.yaml +184 -0
  84. data/maps/bgnpcgn-div-Thaa-Latn-1988.yaml +75 -0
  85. data/maps/bgnpcgn-ell-Grek-Latn-1962.yaml +8 -5
  86. data/maps/bgnpcgn-ell-Grek-Latn-1996.yaml +5 -2
  87. data/maps/bgnpcgn-far-Latn-Latn-1964.yaml +28 -0
  88. data/maps/{bgnpcgn-per-Arab-Latn-1956.yaml → bgnpcgn-fas-Arab-Latn-1956.yaml} +5 -2
  89. data/maps/bgnpcgn-isl-Latn-Latn-1964.yaml +37 -0
  90. data/maps/bgnpcgn-jpn-Hrkt-Latn-1976.yaml +1 -1
  91. data/maps/bgnpcgn-kat-Geor-Latn-1981.yaml +5 -1
  92. data/maps/bgnpcgn-kat-Geor-Latn-2009.yaml +1 -2
  93. data/maps/bgnpcgn-kaz-Cyrl-Latn-1979.yaml +247 -0
  94. data/maps/bgnpcgn-kir-Cyrl-Latn-1979.yaml +218 -0
  95. data/maps/bgnpcgn-kor-Hang-Latn-kn-1945.yaml +18 -18
  96. data/maps/bgnpcgn-kor-Hang-Latn-rok-2011.yaml +3 -3
  97. data/maps/bgnpcgn-kor-Kore-Latn-rok-2011.yaml +3 -3
  98. data/maps/bgnpcgn-kur-Arab-Latn-2007.yaml +249 -0
  99. data/maps/bgnpcgn-mkd-Cyrl-Latn-1981.yaml +5 -1
  100. data/maps/bgnpcgn-mkd-Cyrl-Latn-2013.yaml +2 -2
  101. data/maps/bgnpcgn-mon-Cyrl-Latn-1964.yaml +223 -0
  102. data/maps/bgnpcgn-nep-Deva-Latn-2011.yaml +230 -0
  103. data/maps/bgnpcgn-per-Arab-Latn-1958.yaml +338 -0
  104. data/maps/bgnpcgn-prs-Arab-Latn-2007.yaml +673 -0
  105. data/maps/bgnpcgn-prs-Arab-Latn-yaghoubi.yaml +459 -0
  106. data/maps/bgnpcgn-pus-Arab-Latn-1968.yaml +377 -0
  107. data/maps/bgnpcgn-rue-Cyrl-Latn-2016.yaml +168 -0
  108. data/maps/bgnpcgn-rus-Cyrl-Latn-1947.yaml +5 -1
  109. data/maps/bgnpcgn-srp-Cyrl-Latn-1962.yaml +73 -0
  110. data/maps/bgnpcgn-srp-Cyrl-Latn-2005.yaml +5 -1
  111. data/maps/bgnpcgn-tat-Cyrl-Latn-2007.yaml +220 -0
  112. data/maps/bgnpcgn-tgk-Cyrl-Latn-1994.yaml +240 -0
  113. data/maps/bgnpcgn-ukr-Cyrl-Latn-1965.yaml +5 -2
  114. data/maps/bgnpcgn-ukr-Cyrl-Latn-2019.yaml +3 -92
  115. data/maps/bgnpcgn-urd-Arab-Latn-2007.yaml +459 -0
  116. data/maps/bgnpcgn-uzb-Cyrl-Latn-1979.yaml +127 -0
  117. data/maps/bgnpcgn-uzb-Cyrl-Latn-2000.yaml +82 -0
  118. data/maps/{bgnpcgn-chn-Hans-Latn-1979.yaml → bgnpcgn-zho-Hans-Latn-1979.yaml} +1 -1
  119. data/maps/bis-asm-Beng-Latn-13194-1991.yaml +159 -0
  120. data/maps/bis-ben-Beng-Latn-13194-1991.yaml +156 -0
  121. data/maps/bis-dev-Deva-Latn-13194-1991.yaml +184 -0
  122. data/maps/bis-guj-Gujr-Latn-13194-1991.yaml +181 -0
  123. data/maps/bis-kan-Kana-Latn-13194-1991.yaml +173 -0
  124. data/maps/bis-mlm-Mlym-Latn-13194-1991.yaml +176 -0
  125. data/maps/bis-ori-Orya-Latn-13194-1991.yaml +175 -0
  126. data/maps/bis-pnj-Guru-Latn-13194-1991.yaml +175 -0
  127. data/maps/bis-tel-Telu-Latn-13194-1991.yaml +170 -0
  128. data/maps/bis-tml-Taml-Latn-13194-1991.yaml +155 -0
  129. data/maps/by-bel-Cyrl-Latn-1998.yaml +9 -5
  130. data/maps/by-bel-Cyrl-Latn-2007.yaml +4 -4
  131. data/maps/din-grc-Grek-Latn-31634-2011-t1.yaml +899 -0
  132. data/maps/din-hin-Deva-Latn-33904-2018.yaml +100 -0
  133. data/maps/din-kat-Geor-Latn-32707-2010.yaml +145 -0
  134. data/maps/din-mar-Deva-Latn-33904-2018.yaml +84 -0
  135. data/maps/din-nep-Deva-Latn-33904-2018.yaml +119 -0
  136. data/maps/din-pli-Deva-Latn-33904-2018.yaml +75 -0
  137. data/maps/din-pra-Deva-Latn-33904-2018.yaml +63 -0
  138. data/maps/din-san-Deva-Latn-33904-2018.yaml +338 -0
  139. data/maps/din-tam-Taml-Latn-33903-2016.yaml +213 -0
  140. data/maps/dos-nep-Deva-Latn-1997.yaml +47 -0
  141. data/maps/elot-ell-Grek-Latn-743-1982-tl.yaml +7 -8
  142. data/maps/elot-ell-Grek-Latn-743-1982-ts.yaml +6 -7
  143. data/maps/elot-ell-Grek-Latn-743-2001-tl.yaml +2 -3
  144. data/maps/elot-ell-Grek-Latn-743-2001-ts.yaml +2 -3
  145. data/maps/ggg-kat-Geor-Latn-2002.yaml +5 -2
  146. data/maps/{gki-bel-cyrl-latn-1992.yaml → gki-bel-Cyrl-Latn-1992.yaml} +2 -2
  147. data/maps/{gki-bel-cyrl-latn-2000.yaml → gki-bel-Cyrl-Latn-2000.yaml} +2 -2
  148. data/maps/{gost-rus-cyrl-latn-16876-71-1983.yaml → gost-rus-Cyrl-Latn-16876-71-1983.yaml} +8 -4
  149. data/maps/gost-rus-Cyrl-Latn-7.79-2000-2002.yaml +157 -0
  150. data/maps/hk-yue-Hani-Latn-1888.yaml +1 -1
  151. data/maps/icao-bel-Cyrl-Latn-9303.yaml +1 -6
  152. data/maps/icao-bul-Cyrl-Latn-9303.yaml +1 -5
  153. data/maps/{icao-per-Arab-Latn-9303.yaml → icao-fas-Arab-Latn-9303.yaml} +1 -2
  154. data/maps/icao-heb-Hebr-Latn-9303.yaml +1 -1
  155. data/maps/icao-mkd-Cyrl-Latn-9303.yaml +1 -1
  156. data/maps/icao-rus-Cyrl-Latn-9303.yaml +1 -2
  157. data/maps/icao-srp-Cyrl-Latn-9303.yaml +1 -1
  158. data/maps/icao-ukr-Cyrl-Latn-9303.yaml +1 -2
  159. data/maps/iso-ara-Arab-Latn-233-1984.yaml +323 -0
  160. data/maps/iso-asm-Beng-Latn-15919-2001.yaml +75 -0
  161. data/maps/iso-ben-Beng-Latn-15919-2001.yaml +175 -0
  162. data/maps/iso-ell-Grek-Latn-843-1997-t1.yaml +11 -8
  163. data/maps/iso-ell-Grek-Latn-843-1997-t2.yaml +8 -5
  164. data/maps/iso-guj-Gujr-Latn-15919-2001.yaml +220 -0
  165. data/maps/iso-hin-Deva-Latn-15919-2001.yaml +87 -0
  166. data/maps/iso-inc-Deva-Latn-15919-2001.yaml +61 -0
  167. data/maps/iso-jpn-Hrkt-Latn-3602-1989.yaml +10 -6
  168. data/maps/iso-kan-Kana-Latn-15919-2001.yaml +220 -0
  169. data/maps/iso-kat-Geor-Latn-9984-1996.yaml +145 -0
  170. data/maps/iso-kor-Hang-Latn-1996-method1.yaml +240 -0
  171. data/maps/iso-kor-Hang-Latn-1996-method2.yaml +226 -0
  172. data/maps/iso-mal-Mlym-Latn-15919-2001.yaml +281 -0
  173. data/maps/iso-mar-Deva-Latn-15919-2001.yaml +75 -0
  174. data/maps/iso-nep-Deva-Latn-15919-2001.yaml +87 -0
  175. data/maps/iso-ori-Orya-Latn-15919-2001.yaml +193 -0
  176. data/maps/iso-pan-Guru-Latn-15919-2001.yaml +222 -0
  177. data/maps/iso-pli-Beng-Latn-15919-2001.yaml +73 -0
  178. data/maps/iso-pli-Deva-Latn-15919-2001.yaml +74 -0
  179. data/maps/iso-pli-Sinh-Latn-15919-2001.yaml +219 -0
  180. data/maps/iso-pli-Thai-Latn-15919-2001.yaml +55 -0
  181. data/maps/iso-pra-Deva-Latn-15919-2001.yaml +59 -0
  182. data/maps/iso-prs-Arab-Latn-233-3-1999.yaml +366 -0
  183. data/maps/iso-rus-Cyrl-Latn-9-1995.yaml +3 -4
  184. data/maps/iso-san-Deva-Latn-15919-2001.yaml +220 -0
  185. data/maps/iso-tam-Taml-Latn-15919-2001.yaml +159 -0
  186. data/maps/iso-tel-Telu-Latn-15919-2001.yaml +220 -0
  187. data/maps/iso-tha-Thai-Latn-11940-1998.yaml +2 -2
  188. data/maps/kp-kor-Hang-Latn-2002.yaml +29 -21
  189. data/maps/lshk-yue-Hani-Latn-jyutping-1993.yaml +3 -3
  190. data/maps/masm-mon-Cyrl-Latn-5217-2012.yaml +163 -0
  191. data/maps/masm-mon-Latn-Cyrl-5217-2012.yaml +200 -0
  192. data/maps/mext-jpn-Hrkt-Latn-1954.yaml +1 -1
  193. data/maps/moct-kor-Hang-Latn-2000.yaml +6 -2
  194. data/maps/mofa-jpn-Hrkt-Latn-1989.yaml +1 -1
  195. data/maps/mv-div-Thaa-Latn-1987.yaml +200 -0
  196. data/maps/mvd-bel-Cyrl-Latn-2008.yaml +225 -0
  197. data/maps/mvd-bel-Cyrl-Latn-2010.yaml +63 -0
  198. data/maps/mvd-rus-Cyrl-Latn-2008.yaml +109 -0
  199. data/maps/mvd-rus-Cyrl-Latn-2010.yaml +37 -0
  200. data/maps/odni-ara-Arab-Latn-2004.yaml +137 -0
  201. data/maps/odni-ara-Arab-Latn-2015.yaml +315 -0
  202. data/maps/odni-aze-Cyrl-Latn-2015.yaml +144 -0
  203. data/maps/odni-bel-Cyrl-Latn-2015.yaml +148 -0
  204. data/maps/odni-bul-Cyrl-Latn-2005.yaml +90 -0
  205. data/maps/odni-bul-Cyrl-Latn-2015.yaml +96 -0
  206. data/maps/odni-che-Cyrl-Latn-2015.yaml +169 -0
  207. data/maps/odni-fas-Arab-Latn-2004.yaml +276 -0
  208. data/maps/odni-fas-Arab-Latn-2015.yaml +406 -0
  209. data/maps/odni-hin-Deva-Latn-2004.yaml +182 -0
  210. data/maps/odni-hin-Deva-Latn-2015.yaml +258 -0
  211. data/maps/odni-kat-Geor-Latn-2015.yaml +2 -3
  212. data/maps/odni-kaz-Cyrl-Latn-2015.yaml +148 -0
  213. data/maps/odni-kir-Cyrl-Latn-2015.yaml +136 -0
  214. data/maps/odni-kor-Hang-Latn-2015.yaml +375 -0
  215. data/maps/odni-mkd-Cyrl-Latn-2005.yaml +21 -0
  216. data/maps/odni-mkd-Cyrl-Latn-2015.yaml +122 -0
  217. data/maps/odni-prs-Arab-Latn-2004.yaml +123 -0
  218. data/maps/odni-prs-Arab-Latn-2015.yaml +228 -0
  219. data/maps/odni-rus-Cyrl-Latn-2015.yaml +77 -0
  220. data/maps/odni-srp-Cyrl-Latn-2005.yaml +36 -0
  221. data/maps/odni-srp-Cyrl-Latn-2015.yaml +129 -0
  222. data/maps/odni-tat-Cyrl-Latn-2015.yaml +142 -0
  223. data/maps/odni-tgk-Cyrl-Latn-2015.yaml +148 -0
  224. data/maps/odni-tuk-Cyrl-Latn-2015.yaml +170 -0
  225. data/maps/odni-uig-Cyrl-Latn-2015.yaml +138 -0
  226. data/maps/odni-ukr-Cyrl-Latn-2015.yaml +6 -2
  227. data/maps/odni-urd-Arab-Latn-2015.yaml +221 -0
  228. data/maps/odni-uzb-Cyrl-Latn-2015.yaml +166 -0
  229. data/maps/royin-tha-Thai-Latn-1939-generic.yaml +5 -5
  230. data/maps/royin-tha-Thai-Latn-1968.yaml +9 -5
  231. data/maps/royin-tha-Thai-Latn-1999-chained.yaml +5 -5
  232. data/maps/royin-tha-Thai-Latn-1999.yaml +8 -4
  233. data/maps/sac-zho-Hans-Latn-1979.yaml +5 -1
  234. data/maps/sasm-mon-Mong-Latn-general-1978.yaml +389 -0
  235. data/maps/sasm-mon-Mong-Latn-phonetic-1978.yaml +354 -0
  236. data/maps/ses-ara-Arab-Latn-1930.yaml +283 -0
  237. data/maps/stategeocadastre-ukr-Cyrl-Latn-1993.yaml +1 -1
  238. data/maps/ua-ukr-Cyrl-Latn-1996.yaml +6 -2
  239. data/maps/ua-ukr-Cyrl-Latn-2007.yaml +75 -0
  240. data/maps/ua-ukr-Cyrl-Latn-2010.yaml +192 -0
  241. data/maps/un-amh-Ethi-Latn-2016.yaml +602 -0
  242. data/maps/un-ara-Arab-Latn-1971.yaml +139 -0
  243. data/maps/un-ara-Arab-Latn-1972.yaml +159 -0
  244. data/maps/un-ara-Arab-Latn-2017.yaml +420 -0
  245. data/maps/un-asm-Beng-Latn-1972.yaml +223 -0
  246. data/maps/un-bel-Cyrl-Latn-2007.yaml +4 -4
  247. data/maps/un-ben-Beng-Latn-2016.yaml +1 -1
  248. data/maps/{un-ell-Grek-Latn-phonetic-1987.yaml → un-ell-Grek-Latn-1987-phonetic.yaml} +44 -44
  249. data/maps/un-ell-Grek-Latn-1987-tl.yaml +3 -4
  250. data/maps/un-ell-Grek-Latn-1987-ts.yaml +3 -4
  251. data/maps/un-guj-Gujr-Latn-1972.yaml +229 -0
  252. data/maps/un-hin-Deva-Latn-2016.yaml +316 -0
  253. data/maps/un-kan-Kana-Latn-2016.yaml +254 -0
  254. data/maps/un-mal-Mlym-Latn-1972.yaml +251 -0
  255. data/maps/un-mar-Deva-Latn-2016.yaml +102 -0
  256. data/maps/un-mon-Mong-Latn-general-2013.yaml +264 -0
  257. data/maps/un-mon-Mong-Latn-phonetic-2013.yaml +264 -0
  258. data/maps/un-nep-Deva-Latn-1972.yaml +269 -0
  259. data/maps/un-nep-Deva-Latn-2013.yaml +74 -0
  260. data/maps/un-ori-Orya-Latn-1972.yaml +247 -0
  261. data/maps/un-pan-Guru-Latn-1972.yaml +402 -0
  262. data/maps/un-prs-Arab-Latn-1967.yaml +236 -0
  263. data/maps/un-rus-Cyrl-Latn-1987.yaml +2 -2
  264. data/maps/un-tam-Taml-Latn-1972.yaml +194 -0
  265. data/maps/un-tel-Telu-Latn-1972.yaml +270 -0
  266. data/maps/un-ukr-Cyrl-Latn-1998.yaml +53 -0
  267. data/maps/un-ukr-Cyrl-Latn-2012.yaml +162 -0
  268. data/maps/un-urd-Arab-Latn-1972.yaml +405 -0
  269. data/maps/var-amh-Ethi-Latn-eae-2003.yaml +466 -0
  270. data/maps/var-gez-Ethi-Latn-eae-2003.yaml +76 -0
  271. data/maps/var-hin-Deva-Latn-hunterian-1872.yaml +221 -0
  272. data/maps/var-jpn-Hrkt-Latn-hepburn-1886.yaml +1 -1
  273. data/maps/var-jpn-Hrkt-Latn-hepburn-1954.yaml +1 -1
  274. data/maps/{nil-kor-Hang-Hang-jamo.yaml → var-kor-Hang-Hang-jamo.yaml} +4 -4
  275. data/maps/var-kor-Hang-Latn-mr-1939.yaml +4 -4
  276. data/maps/var-kor-Kore-Hang-2013.yaml +2 -2
  277. data/maps/var-kor-Kore-Latn-mr-1939.yaml +2 -3
  278. data/maps/var-mar-Deva-Latn-hunterian-1872.yaml +43 -0
  279. data/maps/var-mon-Mong-Latn-1930.yaml +102 -0
  280. data/maps/var-mon-Mong-Latn-lessing.yaml +272 -0
  281. data/maps/var-mon-Mong-Latn-vpmc.yaml +274 -0
  282. data/maps/var-pra-Deva-Latn-iast-1912.yaml +30 -0
  283. data/maps/var-san-Deva-Latn-iast-1912.yaml +149 -0
  284. data/maps/var-tha-Thai-Thai-phonemic.yaml +6 -6
  285. data/maps/var-tha-Thai-Zsym-ipa.yaml +13 -13
  286. data/maps/{var-zho-Hani-Latn-1979.yaml → var-zho-Hani-Latn-wd-1979.yaml} +13 -9
  287. data/spec/interscript/filenames_spec.rb +21 -0
  288. data/spec/interscript_spec.rb +16 -5
  289. metadata +275 -27
  290. data/bin/interscript +0 -41
  291. data/bin/rspec +0 -29
  292. data/bin/setup +0 -8
  293. data/maps/un-mon-Mong-Latn-2013.yaml +0 -93
  294. data/maps/un-ukr-cyrl-latn-1998.yaml +0 -30
@@ -0,0 +1,222 @@
1
+ ---
2
+ authority_id: iso
3
+ id: 15919-2001
4
+ language: iso-639-2:pan
5
+ source_script: Guru
6
+ destination_script: Latn
7
+ name: "Information and documentation — Transliteration of Devanagari and related Indic scripts into Latin characters"
8
+ url: https://www.chatranjali.fr/Scripts/Standards/ISO15919.pdf
9
+ creation_date: 2001
10
+ adoption_date: 2001
11
+ description: |
12
+ Script conversion is often required for documents such as historical and literary texts, geographical texts (including
13
+ maps and atlases), bibliographies, catalogues, lists and passports (and other identification documents).
14
+
15
+ Text in Devanagari script or other Indic scripts sometimes needs to be shown in Latin script, where users, or
16
+ equipment that they are using, cannot read or write the text
17
+
18
+ This International Standard applies to transliteration of Devanagari, and to Indic scripts related to Devanagari,
19
+ independent of the period in which it is or was used.
20
+
21
+ notes:
22
+
23
+ - All transliterations made using this International Standard shall be case-insensitive.
24
+ - Inherent a with a consonant shall always be transliterated.
25
+ - anusvara (including Vedic anusvara) shall be transliterated as ṁ
26
+ - candrabindu shall be transliterated as m̐
27
+ - Bindi shall be transliterated as ṃ and Tippi as ṁ .
28
+ - When m̐, ṃ or ṁ are associated with a vowel, they shall be placed after the vowel. When m̐ is associated
29
+ with a semivowel, it shall be placed before the semivowel.
30
+ - Latin punctuation signs and Hindu-Arabic numerals shall remain unchanged in transliteration.
31
+ Indic punctuation is outside the scope of this International Standard.
32
+ - The Vedic accent Udatta shall be transliterated as an acute accent over the transliterated vowel, and the
33
+ independent Svarita as a grave accent over the transliterated vowel. In the case of the digraphs ai, au, the accent
34
+ shall be attached to the second vowel.
35
+ - |
36
+ A colon: before a Latin character shall be used to resolve ambiguity. Some normative cases are as
37
+ follows.
38
+ - :’ for avagraha in modern text. (The apostrophe in modern text remains unchanged in accordance with previous rule.
39
+ - Removal of ambiguity in the limited character set option. Tamil perii:i:iya, “really big”, separating the vowels.
40
+ - Gurmukhi Adhik before a vowel, as in bac: ā (not bacā without Adhik).
41
+ - Gurmukhi Bindi or Tippi written before the vowel ī (instead of after the vowel) in old orthography, transliterated
42
+ as ī:ṃ or ī:ṁ , respectively.
43
+ - Gurmukhi hala making a conjunct h in old orthography, as in tum:ha formed with hala (not tumha formed with the usual subscript h).
44
+ - If a character in an Indic script is defined in such a way as to be equivalent to another character in any
45
+ script, where the second character has a transliteration in this International Standard, then the first character shall
46
+ be transliterated in the same way as the second character.
47
+ - Where it is desired to show the Vedic accent Anudatta, it should be transliterated as an underscore. In the case of
48
+ the digraphs ai, au, both Latin vowels should be underscored.
49
+ Where word boundaries are not shown in the original text (as happens commonly in Sanskrit) and a word ends in a
50
+ consonant, the transliteration should show word division by a space; but when phonological processes result in two
51
+ words sharing a common vowel, no attempt should be made to separate them. This will require a good knowledge
52
+ of the language in question.
53
+
54
+
55
+ tests:
56
+ - source: "ਪੰਜਾਬ 'ਚ ਵਧ ਰਿਹਾ ਖ਼ੁਦਕੁਸ਼ੀਆਂ ਦਾ ਰੁਝਾਨ"
57
+ expected: "paṁjaāba 'ca vadha raihaā ḵẖaudakauśaīāṃ daā raujhaāna"
58
+ - source: "ਲੱਖ ਤੋਂ ਪਾਰ ਪੁੱਜਾ ਸਰਗਰਮ ਕੇਸਾਂ ਦਾ ਅੰਕੜਾ, ਦਿੱਲੀ 'ਚ ਦੋ ਲੱਖ ਤੋਂ ਪਾਰ ਇਨਫੈਕਟਿਡ"
59
+ expected: "lakha taoṃ paāra paujaā saragarama kaesaāṃ daā aṁkaṛaā, dailaī 'ca dao lakha taoṃ paāra inaphaaikaṭaiḍa"
60
+ - source: "ਪਰਿਵਾਰਕ ਸਮੱਸਿਆਵਾਂ ਅਤੇ ਵਿਆਹ ਵੀ ਹੈ ਹੋਰ ਅਹਿਮ ਕਾਰਨ"
61
+ expected: "paraivaāraka samasaiāvaāṃ atae vaiāha vaī haai haora ahaima kaārana"
62
+ - source: "ਮਰਦਾਂ 'ਚ ਔਰਤਾਂ ਨਾਲੋਂ ਵੱਧ ਹੈ ਖ਼ੁਦਕੁਸ਼ੀ ਦਾ ਰੁਝਾਨ"
63
+ expected: "maradaāṃ 'ca aurataāṃ naālaoṃ vadha haai ḵẖaudakauśaī daā raujhaāna"
64
+ - source: "ਰਾਸ਼ਟਰੀ ਪੱਧਰ 'ਤੇ ਪੰਜਾਬ ਦੀ ਸਥਿਤੀ ਕਾਫ਼ੀ ਸੂਬਿਆਂ ਤੋਂ ਬਿਹਤਰ"
65
+ expected: "raāśaṭaraī padhara 'tae paṁjaāba daī sathaitaī kaāfaī saūbaiāṃ taoṃ baihatara"
66
+ - source: "ਚੀਨੀ ਸੈਨਾ ਨੇ ਲਾਪਤਾ ਅਰੁਣਾਚਲ ਦੇ 5 ਨੌਜਵਾਨਾਂ ਬਾਰੇ ਦੱਸਿਆ"
67
+ expected: "caīnaī saainaā nae laāpataā arauṇaācala dae 5 naaujavaānaāṃ baārae dasaiā"
68
+ - source: "ਸਾਖਰਤਾ ਦੇ ਮਾਮਲੇ 'ਚ ਦੇਸ਼ 'ਚ 7ਵੇਂ ਨੰਬਰ 'ਤੇ ਪੰਜਾਬ"
69
+ expected: "saākharataā dae maāmalae 'ca daeśa 'ca 7vaeṃ naṁbara 'tae paṁjaāba"
70
+ - source: "ਦਿੱਲੀ ਕਮੇਟੀ ਦੇ ਮੈਂਬਰ ਸ਼ੰਟੀ ਨੇ ਅਕਾਲੀ ਦਲ ਤੋਂ ਦਿੱਤਾ ਅਸਤੀਫ਼ਾ"
71
+ expected: "dailaī kamaeṭaī dae maaiṃbara śaṁṭaī nae akaālaī dala taoṃ daitaā asataīfaā"
72
+ - source: "੧੦੨ ਹੋਰ ਕੋਰੋਨਾ ਪਾਜ਼ੀਟਿਵ ਮਰੀਜ਼ਾਂ ਦੀ ਪੁਸ਼ਟੀ, ਇਕ ਦੀ ਮੌਤ"
73
+ expected: "102 haora kaoraonaā paāzaīṭaiva maraīzaāṃ daī pauśaṭaī, ika daī maauta"
74
+ - source: "ਸੜਕ ਹਾਦਸੇ ਦੌਰਾਨ ਇਕ ਦੀ ਮੌਤ"
75
+ expected: "saṛaka haādasae daauraāna ika daī maauta"
76
+ - source: "ਅਸੀਂ ਲੁੱਕ ਛੁੱਪ ਕ਼ ਆਪਣੀ ਜਾਨ"
77
+ expected: "asaīṃ lauka chaupa qa āpaṇaī jaāna"
78
+
79
+ map:
80
+
81
+ characters:
82
+
83
+ # Vowels
84
+
85
+ 'ਅ': 'a'
86
+ 'ਆ': 'ā'
87
+ 'ਇ': 'i'
88
+ 'ਈ': 'ī'
89
+ 'ਉ': 'u'
90
+ 'ਊ': 'ū'
91
+ 'ਏ': 'e'
92
+ 'ਐ': 'ai'
93
+ 'ਓ': 'o'
94
+ 'ਔ': 'au'
95
+
96
+ # Consonants
97
+ # Gutturals
98
+ 'ਕ': 'ka'
99
+ 'ਖ': 'kha'
100
+ 'ਗ': 'ga'
101
+ 'ਘ': 'gha'
102
+ 'ਙ': 'ṅa'
103
+
104
+ # Palatals
105
+ 'ਚ': 'ca'
106
+ 'ਛ': 'cha'
107
+ 'ਜ': 'ja'
108
+ 'ਝ': 'jha'
109
+ 'ਞ': 'ña'
110
+
111
+ # Cerebrals
112
+ 'ਟ': 'ṭa'
113
+ 'ਠ': 'ṭha'
114
+ 'ਡ': 'ḍa'
115
+ 'ਢ': 'ḍha'
116
+ 'ਣ': 'ṇa'
117
+
118
+ # Dentals
119
+ 'ਤ': 'ta'
120
+ 'ਥ': 'tha'
121
+ 'ਦ': 'da'
122
+ 'ਧ': 'dha'
123
+ 'ਨ': 'na'
124
+
125
+ # Labials
126
+ 'ਪ': 'pa'
127
+ 'ਫ': 'pha'
128
+ 'ਬ': 'ba'
129
+ 'ਭ': 'bha'
130
+ 'ਮ': 'ma'
131
+
132
+ # Semivowels
133
+ 'ਯ': 'ya'
134
+ 'ਰ': 'ra'
135
+ 'ਲ': 'la'
136
+ 'ਲ਼': 'ḷa'
137
+ 'ਵ': 'va'
138
+ 'ੜ': 'ṛa'
139
+
140
+ # Sibilants
141
+ 'ਸ': 'sa'
142
+
143
+ # Aspirate
144
+ 'ਹ': 'ha'
145
+
146
+ # Bindī
147
+ 'ਂ': 'ṃ'
148
+
149
+ # Ṭippī
150
+ 'ੰ': 'ṁ'
151
+
152
+ # Bisarga
153
+ 'ਃ': 'ḥ'
154
+
155
+ # candrabindu
156
+ '\u0A01': 'm̐'
157
+
158
+
159
+ # Medials # Needed for connecting constants
160
+ 'ਾ': "ā"
161
+ 'ਿ': "i"
162
+ 'ੀ': "ī"
163
+ 'ੁ': "u"
164
+ 'ੂ': "ū"
165
+ 'ੇ': "e"
166
+ 'ੈ': "ai"
167
+ 'ੋ': "o"
168
+ 'ੌ': "au"
169
+ 'ੱ': ""
170
+
171
+ # For adhik before a vowel rule 9 exception
172
+
173
+ 'ੱਅ': ':a'
174
+ 'ੱਆ': ':ā'
175
+ 'ੱਇ': ':i'
176
+ 'ੱਈ': ':ī'
177
+ 'ੱਉ': ':u'
178
+ 'ੱਊ': ':ū'
179
+ 'ੱਏ': ':e'
180
+ 'ੱਐ': ':ai'
181
+ 'ੱਓ': ':o'
182
+ 'ੱਔ': ':au'
183
+
184
+ 'ੱਾ': ":ā"
185
+ 'ੱਿ': ":i"
186
+ 'ੱੀ': ":ī"
187
+ 'ੱੁ': ":u"
188
+ 'ੱੂ': ":ū"
189
+ 'ੱੇ': ":e"
190
+ 'ੱੈ': ":ai"
191
+ 'ੱੋ': ":o"
192
+ 'ੱੌ': ":au"
193
+
194
+
195
+ # rule 9 exception for bindi and tippi
196
+
197
+ 'ਂਈ' : 'ī:ṃ'
198
+ 'ੰਈ' : 'ī:ṁ'
199
+
200
+
201
+ # digits
202
+
203
+ '੦': '0'
204
+ '੧': '1'
205
+ '੨': '2'
206
+ '੩': '3'
207
+ '੪': '4'
208
+ '੫': '5'
209
+ '੬': '6'
210
+ '੭': '7'
211
+ '੮': '8'
212
+ '੯': '9'
213
+
214
+
215
+ # Perso-Arabic Characters
216
+
217
+ 'ਖ਼': 'ḵẖa'
218
+ 'ਕ਼': 'qa'
219
+ 'ਗ਼': 'ġa'
220
+ 'ਫ਼': 'fa'
221
+ 'ਸ਼': 'śa'
222
+ 'ਜ਼': 'za'
@@ -0,0 +1,73 @@
1
+ ---
2
+ authority_id: iso
3
+ id: 15919-2001
4
+ language: iso-639-2:pli
5
+ source_script: Beng
6
+ destination_script: Latn
7
+ name: "Information and documentation — Transliteration of Devanagari and related Indic scripts into Latin characters"
8
+ url: https://www.chatranjali.fr/Scripts/Standards/ISO15919.pdf
9
+ creation_date: 2001
10
+ adoption_date: 2001
11
+ description: |
12
+ Script conversion is often required for documents such as historical and literary texts, geographical texts (including
13
+ maps and atlases), bibliographies, catalogues, lists and passports (and other identification documents).
14
+
15
+ Text in Devanagari script or other Indic scripts sometimes needs to be shown in Latin script, where users, or
16
+ equipment that they are using, cannot read or write the text
17
+
18
+ This International Standard applies to transliteration of Devanagari, and to Indic scripts related to Devanagari,
19
+ independent of the period in which it is or was used.
20
+
21
+ notes:
22
+
23
+ - All transliterations made using this International Standard shall be case-insensitive.
24
+ - Inherent a with a consonant shall always be transliterated.
25
+ - anusvara (including Vedic anusvara) shall be transliterated as ṁ
26
+ - candrabindu shall be transliterated as m̐
27
+ - When m̐, ṃ or ṁ are associated with a vowel, they shall be placed after the vowel. When m̐ is associated
28
+ with a semivowel, it shall be placed before the semivowel.
29
+ - Latin punctuation signs and Hindu-Arabic numerals shall remain unchanged in transliteration.
30
+ Indic punctuation is outside the scope of this International Standard.
31
+ - The Vedic accent Udatta shall be transliterated as an acute accent over the transliterated vowel, and the
32
+ independent Svarita as a grave accent over the transliterated vowel. In the case of the digraphs ai, au, the accent
33
+ shall be attached to the second vowel.
34
+ - |
35
+ A colon: before a Latin character shall be used to resolve ambiguity. Some normative cases are as
36
+ follows.
37
+ - :’ for avagraha in modern text. (The apostrophe in modern text remains unchanged in accordance with previous rule.
38
+ - If a character in an Indic script is defined in such a way as to be equivalent to another character in any
39
+ script, where the second character has a transliteration in this International Standard, then the first character shall
40
+ be transliterated in the same way as the second character.
41
+ - Where it is desired to show the Vedic accent Anudatta, it should be transliterated as an underscore. In the case of
42
+ the digraphs ai, au, both Latin vowels should be underscored.
43
+ Where word boundaries are not shown in the original text (as happens commonly in Sanskrit) and a word ends in a
44
+ consonant, the transliteration should show word division by a space; but when phonological processes result in two
45
+ words sharing a common vowel, no attempt should be made to separate them. This will require a good knowledge
46
+ of the language in question.
47
+
48
+
49
+ tests:
50
+ - source: "তেন সমযেন বুদ্ধো ভগৰা ৰেরঞ্জাযং ৰিহরতি নল়েরুপুচিমন্দমূলে মহতা ভিক্খুসঙ্ঘেন সদ্ধিং পঞ্চমত্তেহি ভিক্খুসতেহি"
51
+ expected: "taena samayaena baudadhao bhagavaā vaerañajaāyaṁ vaiharatai nala়eraupaucaimanadamaūlae mahataā bhaikakhausaṅaghaena sadadhaiṁ pañacamatataehai bhaikakhausataehai"
52
+ - source: "অস্সোসি খো ৰেরঞ্জো ব্রাহ্মণো"
53
+ expected: "asasaosai khao vaerañajao baraāhamaṇao"
54
+ - source: "সমণো খলু, ভো, গোতমো সক্যপুত্তো সক্যকুলা পব্বজিতো ৰেরঞ্জাযং ৰিহরতি"
55
+ expected: "samaṇao khalau, bhao, gaotamao sakayapautatao sakayakaulaā pababajaitao vaerañajaāyaṁ vaiharatai"
56
+ - source: "নল়েরুপুচিমন্দমূলে মহতা ভিক্খুসঙ্ঘেন সদ্ধিং পঞ্চমত্তেহি ভিক্খুসতেহি"
57
+ expected: "nala়eraupaucaimanadamaūlae mahataā bhaikakhausaṅaghaena sadadhaiṁ pañacamatataehai bhaikakhausataehai"
58
+ - source: "তং খো পন ভৰন্তং গোতমং এৰং কল্যাণো কিত্তিসদ্দো অব্ভুগ্গতো"
59
+ expected: "taṁ khao pana bhavanataṁ gaotamaṁ evaṁ kalayaāṇao kaitataisadadao ababhaugagatao"
60
+ - source: "সো ইমং লোকং সদেৰকং সমারকং সব্রহ্মকং সস্সমণব্রাহ্মণিং পজং সদেৰমনুস্সং সযং অভিঞ্ঞা সচ্ছিকত্ৰা পৰেদেতি"
61
+ expected: "sao imaṁ laokaṁ sadaevakaṁ samaārakaṁ sabarahamakaṁ sasasamaṇabaraāhamaṇaiṁ pajaṁ sadaevamanausasaṁ sayaṁ abhaiñañaā sacachaikatavaā pavaedaetai"
62
+ - source: "অরসরূপো সমণো গোতমো’তি, নো চ খো যং ত্ৰং সন্ধায ৰদেসী’’তি"
63
+ expected: "arasaraūpao samaṇao gaotamao’tai, nao ca khao yaṁ tavaṁ sanadhaāya vadaesaī’’tai"
64
+ - source: "অরসরূপো ভৰং গোতমো’’তি?"
65
+ expected: "arasaraūpao bhavaṁ gaotamao’’tai?"
66
+ - source: "অত্থি খ্ৰেস, ব্রাহ্মণ, পরিযাযো যেন মং পরিযাযেন সম্মা ৰদমানো ৰদেয্য"
67
+ expected: "atathai khavaesa, baraāhamaṇa, paraiyaāyao yaena maṁ paraiyaāyaena samamaā vadamaānao vadaeyaya"
68
+ - source: "অরসরূপো সমণো গোতমো’তি"
69
+ expected: "arasaraūpao samaṇao gaotamao’tai"
70
+
71
+ map:
72
+ inherit: 'iso-asm-Beng-Latn-15919-2001'
73
+
@@ -0,0 +1,74 @@
1
+ ---
2
+ authority_id: iso
3
+ id: 15919-2001
4
+ language: iso-639-2:pli
5
+ source_script: Deva
6
+ destination_script: Latn
7
+ name: "Information and documentation — Transliteration of Devanagari and related Indic scripts into Latin characters"
8
+ url: https://www.chatranjali.fr/Scripts/Standards/ISO15919.pdf
9
+ creation_date: 2001
10
+ adoption_date: 2001
11
+ description: |
12
+ Script conversion is often required for documents such as historical and literary texts, geographical texts (including
13
+ maps and atlases), bibliographies, catalogues, lists and passports (and other identification documents).
14
+
15
+ Text in Devanagari script or other Indic scripts sometimes needs to be shown in Latin script, where users, or
16
+ equipment that they are using, cannot read or write the text
17
+
18
+ This International Standard applies to transliteration of Devanagari, and to Indic scripts related to Devanagari,
19
+ independent of the period in which it is or was used.
20
+
21
+ notes:
22
+
23
+ - All transliterations made using this International Standard shall be case-insensitive.
24
+ - Inherent a with a consonant shall always be transliterated.
25
+ - anusvara (including Vedic anusvara) shall be transliterated as ṁ
26
+ - candrabindu shall be transliterated as m̐
27
+ - When m̐, ṃ or ṁ are associated with a vowel, they shall be placed after the vowel. When m̐ is associated
28
+ with a semivowel, it shall be placed before the semivowel.
29
+ - Latin punctuation signs and Hindu-Arabic numerals shall remain unchanged in transliteration.
30
+ Indic punctuation is outside the scope of this International Standard.
31
+ - The Vedic accent Udatta shall be transliterated as an acute accent over the transliterated vowel, and the
32
+ independent Svarita as a grave accent over the transliterated vowel. In the case of the digraphs ai, au, the accent
33
+ shall be attached to the second vowel.
34
+ - |
35
+ A colon: before a Latin character shall be used to resolve ambiguity. Some normative cases are as
36
+ follows.
37
+ - :’ for avagraha in modern text. (The apostrophe in modern text remains unchanged in accordance with previous rule.
38
+ - Vowel hiatus, not digraph transliteration of diphthongs; as in Sanskrit pra:uga (not prauga), “yoke”;
39
+ - Absence of aspiration, as in the Nepali plural form vid:harū (not vidharū )
40
+
41
+ - If a character in an Indic script is defined in such a way as to be equivalent to another character in any
42
+ script, where the second character has a transliteration in this International Standard, then the first character shall
43
+ be transliterated in the same way as the second character.
44
+ - Where it is desired to show the Vedic accent Anudatta, it should be transliterated as an underscore. In the case of
45
+ the digraphs ai, au, both Latin vowels should be underscored.
46
+ Where word boundaries are not shown in the original text (as happens commonly in Sanskrit) and a word ends in a
47
+ consonant, the transliteration should show word division by a space; but when phonological processes result in two
48
+ words sharing a common vowel, no attempt should be made to separate them. This will require a good knowledge
49
+ of the language in question.
50
+
51
+
52
+ tests:
53
+ - source: "तेन खो पन समयेन वेसालिया अविदूरे कलन्दगामो नाम अत्थि"
54
+ expected: "taena khao pana samayaena vaesaālaiyaā avaidaūrae kalanadagaāmao naāma atathai"
55
+ - source: "तत्थ सुदिन्‍नो नाम कलन्दपुत्तो सेट्ठिपुत्तो होति"
56
+ expected: "tatatha saudainanao naāma kalanadapautatao saeṭaṭhaipautatao haotai"
57
+ - source: "अथ खो सुदिन्‍नो कलन्दपुत्तो सम्बहुलेहि"
58
+ expected: "atha khao saudainanao kalanadapautatao samabahaulaehai"
59
+ - source: "तथा चतुर्भिः पुरुषः परीक्ष्यते त्यागेन शीलेन गुणेन कर्मणा"
60
+ expected: "tathaā cataurabhaiḥ paurauṣaḥ paraīkaṣayatae tayaāgaena śaīlaena gauṇaena karamaṇaā"
61
+ - source: "अथ खो सुदिन्‍नो कलन्दपुत्तो अचिरवुट्ठिताय परिसाय येन भगवा तेनुपसङ्कमि; उपसङ्कमित्वा भगवन्तं अभिवादेत्वा एकमन्तं निसीदि"
62
+ expected: "atha khao saudainanao kalanadapautatao acairavauṭaṭhaitaāya paraisaāya yaena bhagavaā taenaupasaṅakamai; upasaṅakamaitavaā bhagavanataṁ abhaivaādaetavaā ekamanataṁ naisaīdai"
63
+ - source: "अथ खो सुदिन्‍नस्स कलन्दपुत्तस्स मातापितरो सुदिन्‍नं कलन्दपुत्तं एतदवोचुं"
64
+ expected: "atha khao saudainanasasa kalanadapautatasasa maātaāpaitarao saudainanaṁ kalanadapautataṁ etadavaocauṁ"
65
+ - source: "त्वं खोसि, तात सुदिन्‍न, अम्हाकं एकपुत्तको पियो मनापो सुखेधितो सुखपरिहतो"
66
+ expected: "tavaṁ khaosai, taāta saudainana, amahaākaṁ ekapautatakao paiyao manaāpao saukhaedhaitao saukhaparaihatao"
67
+ - source: "न त्वं, तात सुदिन्‍न, किञ्‍चि दुक्खस्स जानासि"
68
+ expected: "na tavaṁ, taāta saudainana, kaiñacai daukakhasasa jaānaāsai"
69
+ - source: "अनुञ्‍ञातोम्हि किर मातापितूहि अगारस्मा अनगारियं पब्बज्‍जाया’’ति, हट्ठो उदग्गो पाणिना गत्तानि परिपुञ्छन्तो वुट्ठासि"
70
+ expected: "anauñañaātaomahai kaira maātaāpaitaūhai agaārasamaā anagaāraiyaṁ pababajajaāyaā’’tai, haṭaṭhao udagagao paāṇainaā gatataānai paraipauñachanatao vauṭaṭhaāsai"
71
+
72
+ map:
73
+
74
+ inherit: iso-san-Deva-Latn-15919-2001
@@ -0,0 +1,219 @@
1
+ ---
2
+ authority_id: iso
3
+ id: 15919-2001
4
+ language: iso-639-2:pli
5
+ source_script: Sinh
6
+ destination_script: Latn
7
+ name: "Information and documentation — Transliteration of Devanagari and related Indic scripts into Latin characters"
8
+ url: https://www.chatranjali.fr/Scripts/Standards/ISO15919.pdf
9
+ creation_date: 2001
10
+ adoption_date: 2001
11
+ description: |
12
+ Script conversion is often required for documents such as historical and literary texts, geographical texts (including
13
+ maps and atlases), bibliographies, catalogues, lists and passports (and other identification documents).
14
+
15
+ Text in Devanagari script or other Indic scripts sometimes needs to be shown in Latin script, where users, or
16
+ equipment that they are using, cannot read or write the text
17
+
18
+ This International Standard applies to transliteration of Devanagari, and to Indic scripts related to Devanagari,
19
+ independent of the period in which it is or was used.
20
+
21
+ notes:
22
+
23
+ - All transliterations made using this International Standard shall be case-insensitive.
24
+ - Inherent a with a consonant shall always be transliterated.
25
+ - anusvara (including Vedic anusvara) shall be transliterated as ṁ
26
+ - candrabindu shall be transliterated as m̐
27
+ - When m̐, ṃ or ṁ are associated with a vowel, they shall be placed after the vowel. When m̐ is associated
28
+ with a semivowel, it shall be placed before the semivowel.
29
+ - Latin punctuation signs and Hindu-Arabic numerals shall remain unchanged in transliteration.
30
+ Indic punctuation is outside the scope of this International Standard.
31
+ - The Vedic accent Udatta shall be transliterated as an acute accent over the transliterated vowel, and the
32
+ independent Svarita as a grave accent over the transliterated vowel. In the case of the digraphs ai, au, the accent
33
+ shall be attached to the second vowel.
34
+ - |
35
+ A colon: before a Latin character shall be used to resolve ambiguity. Some normative cases are as
36
+ follows.
37
+ - :’ for avagraha in modern text. (The apostrophe in modern text remains unchanged in accordance with previous rule.
38
+ - If a character in an Indic script is defined in such a way as to be equivalent to another character in any
39
+ script, where the second character has a transliteration in this International Standard, then the first character shall
40
+ be transliterated in the same way as the second character.
41
+ - When the half-nasal in Telugu script is used for modern nasalization in writing Hindi or
42
+ any other language, it shall be transliterated as a tilde above the transliterated vowel. In the case of the digraphs ai,
43
+ au, the tilde shall be attached to the second vowel
44
+ - Where it is desired to show the Vedic accent Anudatta, it should be transliterated as an underscore. In the case of
45
+ the digraphs ai, au, both Latin vowels should be underscored.
46
+ Where word boundaries are not shown in the original text (as happens commonly in Sanskrit) and a word ends in a
47
+ consonant, the transliteration should show word division by a space; but when phonological processes result in two
48
+ words sharing a common vowel, no attempt should be made to separate them. This will require a good knowledge
49
+ of the language in question.
50
+
51
+
52
+ tests:
53
+ - source: "තෙන සමයෙන බුද්‌ධො භගවා වෙරඤ්‌ජායං විහරති නළෙරුපුචිමන්‌දමූලෙ මහතා භික්‌ඛුසඞ්‌ඝෙන සද්‌ධිං"
54
+ expected: "taena samayaena baudadhao bhagavaā vaerañajaāyaṁ vaiharatai naḷaeraupaucaimanadamaūlae mahataā bhaikakhausaṅaghaena sadadhaiṁ"
55
+ - source: "පඤ්‌චමත්‌තෙහි භික්‌ඛුසතෙහි. අස්‌සොසි ඛො වෙරඤ්‌ජො බ්‍රාහ්‌මණො"
56
+ expected: "pañacamatataehai bhaikakhausataehai. asasaosai khao vaerañajao baraāhamaṇao"
57
+ - source: "අථ ඛො වෙරඤ්‌ජො බ්‍රාහ්‌මණො යෙන භගවා තෙනුපසඞ්‌කමි;"
58
+ expected: "atha khao vaerañajao baraāhamaṇao yaena bhagavaā taenaupasaṅakamai;"
59
+ - source: "උපසඞ්‌කමිත්‌වා භගවතා සද්‌ධිං සම්‌මොදි."
60
+ expected: "upasaṅakamaitavaā bhagavataā sadadhaiṁ samamaodai."
61
+ - source: "නිබ්‌භොගො භවං ගොතමො"
62
+ expected: "naibabhaogao bhavaṁ gaotamao"
63
+ - source: "අකිරියවාදො භවං ගොතමො"
64
+ expected: "akairaiyavaādao bhavaṁ gaotamao"
65
+ - source: "උච්‌ඡෙදවාදො භවං ගොතමො"
66
+ expected: "ucachaedavaādao bhavaṁ gaotamao"
67
+ - source: "ජෙගුච්‌ඡී භවං ගොතමො"
68
+ expected: "jaegaucachaī bhavaṁ gaotamao"
69
+ - source: "අහොසි අසල්‌ලීනං, උපට්‌ඨිතා සති අසම්‌මුට්‌ඨා‍"
70
+ expected: "ahaosai asalalaīnaṁ, upaṭaṭhaitaā satai asamamauṭaṭhaā"
71
+ - source: "අත්‌ථි ඛ්‌වෙස, බ්‍රාහ්‌මණ, පරියායො යෙන මං පරියායෙන සම්‌මා වදමානො වදෙය්‍"
72
+ expected: "atathai khavaesa, baraāhamaṇa, paraiyaāyao yaena maṁ paraiyaāyaena samamaā vadamaānao vadaeya"
73
+
74
+
75
+
76
+ map:
77
+
78
+
79
+ characters:
80
+
81
+ 'අ': 'a'
82
+ 'ආ': 'ā'
83
+ 'ඇ': 'æ'
84
+ 'ඈ': 'ǣ'
85
+ 'ඉ': 'i'
86
+ 'ඊ': 'ī'
87
+ 'උ': 'u'
88
+ 'ඌ': 'ū'
89
+ 'ඍ': 'ṛ'
90
+ 'ඎ': 'ṝ'
91
+ 'ඏ': 'ḻ'
92
+ 'ඐ': 'ḹ'
93
+ 'එ': 'e'
94
+ 'ඒ': 'ē'
95
+ 'ඓ': 'ai'
96
+ 'ඔ': 'o'
97
+ 'ඕ': 'ō'
98
+ 'ඖ': 'au'
99
+
100
+ 'ා': 'ā'
101
+ 'ැ': 'æ'
102
+ 'ෑ': 'ǣ'
103
+ 'ි': 'i'
104
+ 'ී': 'ī'
105
+ 'ු': 'u'
106
+ 'ූ': 'ū'
107
+ 'ෘ': 'ṛ'
108
+ 'ෲ': 'ṝ'
109
+ 'ෟ': 'ḻ'
110
+ 'ෳ': 'ḹ'
111
+ 'ෙ': 'e'
112
+ 'ේ': 'ē'
113
+ 'ෛ': 'ai'
114
+ 'ො': 'o'
115
+ 'ෝ': 'ō'
116
+ 'ෞ': 'au'
117
+
118
+
119
+ # II. Consonants (see Note 2)
120
+ # Gutturals క ఖ గ ఘ ఙ
121
+ 'ක': 'ka'
122
+ 'ඛ': 'kha'
123
+ 'ග': 'ga'
124
+ 'ඝ': 'gha'
125
+ 'ඞ': 'ṅa'
126
+ 'ඟ': 'ṅga'
127
+
128
+ # Palatals చ ఛ జ ఝ ఞ
129
+ 'ච': 'ca'
130
+ 'ඡ': 'cha'
131
+ 'ජ': 'ja'
132
+ 'ඣ': 'jha'
133
+ 'ඤ': 'ña'
134
+ 'ඦ': 'ñja'
135
+
136
+
137
+ # Cerebrals ట ఠ డ ఢ ణ
138
+ 'ට': 'ṭa'
139
+ 'ඨ': 'ṭha'
140
+ 'ඩ': 'ḍa'
141
+ 'ඪ': 'ḍha'
142
+ 'ණ': 'ṇa'
143
+ 'ඬ': 'ṇḍa'
144
+
145
+ # Dentals త థ ద ధ న
146
+ 'ත': 'ta'
147
+ 'ථ': 'tha'
148
+ 'ද': 'da'
149
+ 'ධ': 'dha'
150
+ 'න': 'na'
151
+ 'ඳ': 'nda'
152
+
153
+ # Labials ప ఫ బ భ మ
154
+ 'ප': 'pa'
155
+ 'ඵ': 'pha'
156
+ 'බ': 'ba'
157
+ 'භ': 'bha'
158
+ 'ම': 'ma'
159
+ 'ඹ': 'mba'
160
+
161
+ # Semivowels య ర ల వ
162
+ 'ය': 'ya'
163
+ 'ර': 'ra'
164
+ 'ල': 'la'
165
+ 'ළ': 'ḷa'
166
+ 'ව': 'va'
167
+
168
+ # Sibilants శ ష స హ
169
+ 'ශ': 'śa'
170
+ 'ෂ': 'ṣa'
171
+ 'ස': 'sa'
172
+
173
+
174
+
175
+ # Aspirate
176
+ 'හ': 'ha'
177
+
178
+ 'ෆ': 'fa'
179
+
180
+ # Chandrabindu
181
+ 'ઁ': 'm̐'
182
+
183
+ # Bisarga
184
+ 'ඃ': 'ḥ'
185
+
186
+ # Anusvāra
187
+ 'ං': 'ṁ'
188
+
189
+
190
+ # numbers
191
+
192
+ '\u0DE6': '0'
193
+ '\u0DE7': '1'
194
+ '\u0DE8': '2'
195
+ '\u0DE9': '3'
196
+ '\u0DEA': '4'
197
+ '\u0DEB': '5'
198
+ '\u0DEC': '6'
199
+ '\u0DED': '7'
200
+ '\u0DEE': '8'
201
+ '\u0DEF': '9'
202
+
203
+
204
+ # semivowel chandrabindu rule
205
+
206
+ # Semivowels య ర ల వ
207
+ 'යઁ': 'm̐ya'
208
+ 'රઁ': 'm̐ra'
209
+ 'ලઁ': 'm̐la'
210
+ 'ළઁ': 'm̐ḷa'
211
+ 'වઁ': 'm̐va'
212
+
213
+
214
+
215
+ '\u09CD': '' # Used for joining
216
+ "‍": ''# Used for joining
217
+ "‌": ''# Used for non joining
218
+ "්": '' # virama
219
+