No description
Find a file
2020-01-01 22:02:44 +01:00
doc add man page 2018-07-26 14:43:38 +02:00
tests implement reverse transliteration (latin -> devanagari) 2020-01-01 22:02:44 +01:00
.gitignore initialise tests using check 2020-01-01 17:15:07 +01:00
compat.h remove the syllable-chain-based implementation 2020-01-01 16:56:43 +01:00
COPYING add test of the license 2018-04-26 18:10:21 +02:00
encoder.c main: add error() + fix typos in usage string 2018-06-10 17:07:21 +02:00
encoder.h add punctation encoder 2018-05-18 10:52:11 +02:00
iast.c implement reverse transliteration (latin -> devanagari) 2020-01-01 22:02:44 +01:00
iast.h remove the syllable-chain-based implementation 2020-01-01 16:56:43 +01:00
main.c reimplement devanagari to latin transliteration 2020-01-01 17:52:21 +01:00
Makefile reimplement devanagari to latin transliteration 2020-01-01 17:52:21 +01:00
README readme: typos 2018-05-19 16:45:54 +02:00
transliteration.c implement reverse transliteration (latin -> devanagari) 2020-01-01 22:02:44 +01:00
transliteration.h implement reverse transliteration (latin -> devanagari) 2020-01-01 22:02:44 +01:00
utf8.c change type of UTF8 char code (unsigned long > unsigned int) 2018-04-29 08:21:46 +02:00
utf8.h reimplement devanagari to latin transliteration 2020-01-01 17:52:21 +01:00

Sanskrit Transliteration Tool
=============================
This is a tool for romanization of Sanskrit texts written in the Devanagari
script. The program offers you two different modes of transliteration: by
default, it transliterates a Devanagari text using the International Alphabet
of Sanskrit Transliteration (IAST); alternatively, it can be used for
simplified transliteration into Czech language.


Licensing notice
----------------
This software is released under the GPL License, version 2.