No description
Find a file
2019-03-20 12:09:05 +01:00
doc add man page 2018-07-26 14:43:38 +02:00
tests fix: allow encoding of data read from stdin 2019-03-20 12:09:05 +01:00
.gitignore add man page 2018-07-26 14:43:38 +02: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-czech.c do not allocate translit. contexts, use initialized static vars 2018-05-20 08:29:33 +02:00
iast-czech.h do not allocate translit. contexts, use initialized static vars 2018-05-20 08:29:33 +02:00
iast.c do not allocate translit. contexts, use initialized static vars 2018-05-20 08:29:33 +02:00
iast.h do not allocate translit. contexts, use initialized static vars 2018-05-20 08:29:33 +02:00
main.c fix: allow encoding of data read from stdin 2019-03-20 12:09:05 +01:00
Makefile add man page 2018-07-26 14:43:38 +02:00
README readme: typos 2018-05-19 16:45:54 +02:00
syllable.c transliteration: use double pointers on syllable chain 2018-06-03 17:34:34 +02:00
syllable.h transliteration: use double pointers on syllable chain 2018-06-03 17:34:34 +02:00
transliteration.c transliteration: use double pointers on syllable chain 2018-06-03 17:34:34 +02:00
transliteration.h do not allocate translit. contexts, use initialized static vars 2018-05-20 08:29:33 +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.