No description
Find a file
2021-03-13 16:15:40 +01:00
tests test error messages 2021-03-13 16:15:40 +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 merge transliteration.c + iast.c and transcription.c + iast-czech.c 2021-03-13 16:08:12 +01:00
configure.ac merge transliteration.c + iast.c and transcription.c + iast-czech.c 2021-03-13 16:08:12 +01:00
COPYING add test of the license 2018-04-26 18:10:21 +02:00
iast.1 update docs 2020-10-16 09:21:11 +02:00
main.c test error messages 2021-03-13 16:15:40 +01:00
Makefile.in merge transliteration.c + iast.c and transcription.c + iast-czech.c 2021-03-13 16:08:12 +01:00
README update the readme file 2021-03-11 20:28:01 +01:00
transcription.c merge transliteration.c + iast.c and transcription.c + iast-czech.c 2021-03-13 16:08:12 +01:00
transcription.h refuse to transliterate Hindi-specific characters 2021-03-12 18:51:09 +01:00
transliteration.c merge transliteration.c + iast.c and transcription.c + iast-czech.c 2021-03-13 16:08:12 +01:00
transliteration.h refuse to transliterate Hindi-specific characters 2021-03-12 18:51:09 +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 merge transliteration.c + iast.c and transcription.c + iast-czech.c 2021-03-13 16:08:12 +01:00
velthuis.h refuse to transliterate Hindi-specific characters 2021-03-12 18:51:09 +01:00

Sanskrit Transliteration Tool
=============================
This is a tool for romanisation of Sanskrit texts written in the Devanagari
script. It handles only the classic Sanskrit character set so it cannot be
used to transliterate modern Hindi.

The program is able to perform bidirectional transliteration: by default, it
romanises Sanskrit texts written in Devanagari using the International Alphabet
of Sanskrit Transliteration (IAST); alternatively it can be used for reverse
transliteration of IAST encoded texts into Devanagari.

For more details on the usage of the program and the requirements for the input
data, see the included manual page iast(1).


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.