No description
Find a file
2023-05-03 13:02:15 +02:00
.github/workflows add Github CI 2023-02-20 08:39:52 +01:00
tests allow to use an apostrophe as avagraha 2023-05-03 13:02:15 +02:00
.gitignore add pkg-config config file 2023-02-16 11:51:22 +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 handle ‘aum’ as aum only if followed by a whitespace 2023-03-18 18:34:50 +01:00
configure.ac bump the version number 2023-03-23 09:40:27 +01: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
harvard-kyoto.c harvard-kyoto: fixes 2023-02-14 18:44:15 +01:00
harvard-kyoto.h add harvard-kyoto.c 2023-02-13 08:48:26 +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 update the manual page 2023-03-02 16:27:56 +01:00
iast.h compile libiast.so 2023-02-16 09:13:45 +01:00
iast.pc.in add pkg-config config file 2023-02-16 11:51:22 +01:00
main.c harvard-kyoto: fixes 2023-02-14 18:44:15 +01:00
Makefile.in bump the version number 2023-03-23 09:40:27 +01:00
README update readme 2023-03-18 18:22:46 +01:00
transliteration.c allow to use an apostrophe as avagraha 2023-05-03 13:02:15 +02: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: allow to precisely define vowels clusters 2021-12-28 21:25:50 +01: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 using the International Alphabet of Sanskrit Transliteration (IAST).

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

Given to the fact that the IAST standard handles only the classic Sanskrit
character set, it cannot be used for lossless transliteration of modern Hindi.
It can, however, be used for lossy transcription of Hindi.

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


Donations
---------
If you like this project and it is useful to you, consider sending a donation
to the following Bitcoin address: 1LXAkkvKodKB237yayzCTYAsb8tYawGfHz


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.