A small JavaScript library for transliteration of cyrillic texts according to ISO 9:1995 (ГОСТ 7.79-2000)
You can easily implement it into your HTML
with the following line:
<script src="https://raw.githubusercontent.com/OneAdder/scientific_cyrillic_transliteration/master/transliteration.js"> </script>
cyrillic_to_scientific
:
Accepts string in Russian Cyrillic and returns it transliterated.
scientific_to_cyrillic
:
The other way round.