No description
Find a file
2018-05-03 19:13:34 +02:00
tests move test.sh into /tests 2018-05-03 19:13:34 +02:00
.gitignore test: use main program for testing 2018-04-27 13:06:21 +02:00
COPYING add test of the license 2018-04-26 18:10:21 +02:00
iast-czech.c iast-czech: fix transliteration 2018-05-03 18:55:33 +02:00
iast-czech.h define czech transcription table 2018-04-28 14:02:44 +02:00
iast.c introduce output filters 2018-04-30 18:14:39 +02:00
iast.h add license headers 2018-04-25 19:30:49 +02:00
main.c main: add '-c' option 2018-04-28 14:03:30 +02:00
Makefile move test.sh into /tests 2018-05-03 19:13:34 +02:00
README add readme 2018-05-03 19:11:29 +02:00
syllable.c syllable: remember code of the original letter 2018-04-29 14:12:47 +02:00
syllable.h syllable: remember code of the original letter 2018-04-29 14:12:47 +02:00
transliteration.c introduce output filters 2018-04-30 18:14:39 +02:00
transliteration.h iast-czech: add filter for nasal consonants conversion 2018-04-30 18:46:15 +02:00
utf8.c change type of UTF8 char code (unsigned long > unsigned int) 2018-04-29 08:21:46 +02:00
utf8.h change type of UTF8 char code (unsigned long > unsigned int) 2018-04-29 08:21:46 +02: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.