No description
.github/workflows | ||
tests | ||
.appveyor.yml | ||
.gitignore | ||
.gitlab-ci.yml | ||
autogen.sh | ||
compat.h | ||
configure.ac | ||
COPYING | ||
czech.c | ||
czech.h | ||
harvard-kyoto.c | ||
harvard-kyoto.h | ||
hindi.c | ||
hindi.h | ||
iast.1 | ||
iast.h | ||
iast.pc.in | ||
main.c | ||
Makefile.in | ||
README | ||
transliteration.c | ||
transliteration.h | ||
utf8.c | ||
utf8.h | ||
velthuis.c | ||
velthuis.h |
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). 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.