No description
Find a file
2020-10-16 09:00:05 +02:00
tests make the encoder use the Velthuis scheme 2020-10-16 09:00:05 +02:00
.gitignore rewrite the man page to plain roff 2020-09-26 17:27:59 +02: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
iast-czech.c add transliteration of candrabindu 2020-10-11 09:48:55 +02:00
iast-czech.h reimplement czech transcription of sanskrit 2020-01-02 16:12:51 +01:00
iast.1 rewrite the man page to plain roff 2020-09-26 17:27:59 +02:00
iast.c add transliteration of candrabindu 2020-10-11 09:48:55 +02:00
iast.h remove the syllable-chain-based implementation 2020-01-01 16:56:43 +01:00
main.c make the encoder use the Velthuis scheme 2020-10-16 09:00:05 +02:00
Makefile make the encoder use the Velthuis scheme 2020-10-16 09:00:05 +02:00
README update readme and man page 2020-01-13 19:59:32 +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 add transliteration of candrabindu 2020-10-11 09:48:55 +02: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
velthuis.c make the encoder use the Velthuis scheme 2020-10-16 09:00:05 +02:00
velthuis.h make the encoder use the Velthuis scheme 2020-10-16 09:00:05 +02: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
romanises Sanskrit texts written in the Devanagari script using the
International Alphabet of Sanskrit Transliteration (IAST); alternatively it
can be used for reverse transliteration of IAST encoded texts into the
Devanagari script.


Licensing Notice
----------------
This software is released under the terms of the GPL license version 2 as
published by the Free Software Foundation. You can freely redistribute and/or
modify the software under the terms of the license.

This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

For more information on details of the license, see the file COPYING.