No description
Find a file
2021-12-22 11:32:55 +01:00
tests implement transcription of hindi 2021-12-22 10:53:50 +01:00
.appveyor.yml add configuration for AppVeyor CI 2021-02-26 11:23:31 +01:00
.gitignore Makefile: compile libiast.a 2021-05-02 21:30:30 +02: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 implement transcription of hindi 2021-12-22 10:53:50 +01:00
configure.ac Makefile: compile libiast.a 2021-05-02 21:30:30 +02:00
COPYING add test of the license 2018-04-26 18:10:21 +02:00
czech.c implement transcription of hindi 2021-12-22 10:53:50 +01:00
czech.h implement transcription of hindi 2021-12-22 10:53:50 +01:00
hindi.c hindi.c - add short and candra e 2021-12-22 11:32:55 +01:00
hindi.h implement transcription of hindi 2021-12-22 10:53:50 +01:00
iast.1 add the ‘-d’ option 2021-12-21 13:45:46 +01:00
main.c implement transcription of hindi 2021-12-22 10:53:50 +01:00
Makefile.in implement transcription of hindi 2021-12-22 10:53:50 +01:00
README update the readme file 2021-03-11 20:28:01 +01:00
transliteration.c implement transcription of hindi 2021-12-22 10:53:50 +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 velthuis: encode ZWJ and ZWNJ 2021-05-02 21:14:56 +02:00
velthuis.h velthuis.c - make bidirectional 2021-04-16 10:03:08 +02: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.