Commit graph

28 commits

Author SHA1 Message Date
6f8417f964
add transliteration of the vedic stresses 2021-12-28 21:47:32 +01:00
ccf4994273
rewrite transliteration 2021-12-28 21:06:41 +01:00
b881497064
implement transcription of hindi 2021-12-22 10:53:50 +01:00
ff04eba8f5 transliteration.c - fix warning 2021-05-07 14:25:10 +02:00
f787508c18
fix handling of the ZWNJ character 2021-05-02 18:09:00 +02:00
e0b7d4d4bf
fix conversion of the consonantal .lla 2021-04-21 22:06:15 +02:00
e18edd3e24
preserve the zero-width joiner character 2021-04-21 21:22:11 +02:00
b2a405cd93 transliterate dandas and double dandas 2021-04-16 10:09:04 +02:00
b5672070b6 merge transliteration.c + iast.c and transcription.c + iast-czech.c 2021-03-13 16:08:12 +01:00
739c7ea462 refuse to transliterate Hindi-specific characters 2021-03-12 18:51:09 +01:00
4c7bb91e70 add the first sukta of Rg Veda to the tests 2021-02-19 13:27:40 +01:00
8b804237bb add transliteration of candrabindu 2020-10-11 09:48:55 +02:00
d5f67cc155 handle ‘lla’ syllable correctly 2020-10-11 09:46:06 +02:00
412be221a7 implement reverse transliteration (latin -> devanagari) 2020-01-01 22:02:44 +01:00
f4d545f4d1 reimplement devanagari to latin transliteration 2020-01-01 17:52:21 +01:00
2981a65e25 remove the syllable-chain-based implementation 2020-01-01 16:56:43 +01:00
9093211ae3 transliteration: use double pointers on syllable chain 2018-06-03 17:34:34 +02:00
84b79160c8 do not allocate translit. contexts, use initialized static vars 2018-05-20 08:29:33 +02:00
8c4061e171 transliteration: drop syllable chain when not needed 2018-05-18 10:09:06 +02:00
d72c79d0e2 introduce output filters 2018-04-30 18:14:39 +02:00
1b0623ca43 syllable: remember code of the original letter 2018-04-29 14:12:47 +02:00
b187c13cbc change type of UTF8 char code (unsigned long > unsigned int) 2018-04-29 08:21:46 +02:00
bd0b64f91d transliteration: refactor modifiers 2018-04-27 18:58:07 +02:00
93179a934c main: implemented transliteration of stdin data 2018-04-27 11:59:41 +02:00
9f630efb84 add license headers 2018-04-25 19:30:49 +02:00
2f6c487976 implement syllable modifiers 2018-04-25 18:54:47 +02:00
fe6b2fe2f6 define transliteration context 2018-04-25 18:11:56 +02:00
2083889d4e add transliteration.c with a dummy transliteration loop 2018-04-25 16:13:34 +02:00