No description
tests | ||
.appveyor.yml | ||
.gitignore | ||
.gitlab-ci.yml | ||
autogen.sh | ||
compat.h | ||
configure.ac | ||
COPYING | ||
iast.1 | ||
main.c | ||
Makefile.in | ||
README | ||
transcription.c | ||
transcription.h | ||
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. 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.