No description
Find a file
2021-02-26 11:23:31 +01:00
tests test the utf8.c unit 2021-02-25 10:21:00 +01:00
.appveyor.yml add configuration for AppVeyor CI 2021-02-26 11:23:31 +01:00
.gitignore allow to generate code coverage 2021-02-25 09:48:38 +01:00
.gitlab-ci.yml gitlab-ci.yml - generate coverage report 2021-02-25 11:48:32 +01:00
autogen.sh use autoconf 2021-02-23 07:52:17 +01:00
compat.h rewrite main function, introduce '-f' option 2020-01-13 19:10:20 +01:00
configure.ac allow to generate code coverage 2021-02-25 09:48:38 +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 update docs 2020-10-16 09:21:11 +02:00
iast.c add the first sukta of Rg Veda to the tests 2021-02-19 13:27:40 +01:00
iast.h remove the syllable-chain-based implementation 2020-01-01 16:56:43 +01:00
main.c use autoconf 2021-02-23 07:52:17 +01:00
Makefile.in test the utf8.c unit 2021-02-25 10:21:00 +01: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 the first sukta of Rg Veda to the tests 2021-02-19 13:27:40 +01:00
transliteration.h implement reverse transliteration (latin -> devanagari) 2020-01-01 22:02:44 +01:00
utf8.c test the utf8.c unit 2021-02-25 10:21:00 +01:00
utf8.h reimplement devanagari to latin transliteration 2020-01-01 17:52:21 +01:00
velthuis.c velthuis: encode long uppercase letters properly 2020-10-29 10:01:48 +01: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.