No description
Find a file
2020-01-13 19:10:20 +01:00
doc update docs 2020-01-02 16:32:07 +01:00
tests update tests 2020-01-07 13:18:54 +01:00
.gitignore initialise tests using check 2020-01-01 17:15:07 +01:00
.gitlab-ci.yml add .gitlab-ci.yml 2020-01-07 13:37:20 +01:00
compat.h rewrite main function, introduce '-f' option 2020-01-13 19:10:20 +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-czech.c reimplement czech transcription of sanskrit 2020-01-02 16:12:51 +01:00
iast-czech.h reimplement czech transcription of sanskrit 2020-01-02 16:12:51 +01: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 rewrite main function, introduce '-f' option 2020-01-13 19:10:20 +01:00
Makefile update tests 2020-01-07 13:18:54 +01:00
README update docs 2020-01-02 16:32:07 +01:00
transcription.c update docs 2020-01-02 16:32:07 +01:00
transcription.h reimplement czech transcription of sanskrit 2020-01-02 16:12:51 +01: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 romanisation 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 transcription into Czech language.


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