1
I Use This!
Inactive

Commits : Listings

Analyzed 7 days ago. based on code collected 8 days ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'tool/translit' More... about 7 years ago
minor, also support case fiddling for literations starting with an upcase letter and preceded by upcased letters More... about 7 years ago
minor, track spaces (or rather non-spaces globally) More... about 7 years ago
Merge branch 'tool/translit' More... about 7 years ago
chore, fix space condensing logic, an empty buffer is said to be preceded by a space More... about 7 years ago
Merge branch 'tool/translit' More... about 7 years ago
chore, adapt unidecode transliteration map to space condenser More... about 7 years ago
minor, flush after adding characters to output buffer, condense two spaces into one More... about 7 years ago
fix, PEBKAC, actually reserve some space for the counter variable too in open_tr() More... about 7 years ago
minor, do some bounds checking when outputting glyph replacements More... about 7 years ago
chore, transliterate sa, si, su, se, so kataganas and hiraganas More... about 7 years ago
chore, add katakana/hiragana double hyphen More... about 7 years ago
chore, add katakana middle dot and katakana/hiragana prolonged sound mark More... about 7 years ago
fix, PEBKAC, check out-of-bounds *before* deref'ing More... about 7 years ago
fix, PEBKAC, operate on unsigned char values More... about 7 years ago
chore, provide Nihon-siki transliterations for Japanese (ISO 639-1 JA) More... about 7 years ago
Merge branch 'tool/translit' More... about 7 years ago
chore, import russian transliterator based on github.com/tjbladez/translit More... about 7 years ago
minor, support the liaison of two characters via stashing More... about 7 years ago
minor, provide example transliteration extension for german (ISO 639-1 DE) More... about 7 years ago
Merge branch 'tool/aeiou' More... about 7 years ago
minor, allow to open and install transliteration extensions (-l, --lang) More... about 7 years ago
fix, PEBKAC, write the right amount of data to tr file More... about 7 years ago
hygiene, remove empty lines from tr_unidecode.c More... about 7 years ago
minor, provide C stub to compile C-style transliteration definitions to .tr files More... about 7 years ago
minor, actively limit unicode translations to BMP (plane 0) More... about 7 years ago
chore, rename unidecode_tr.c to tr_unidecode.c More... about 7 years ago
minor, refine standard transliteration's by unidecode's More... about 7 years ago
chore, remove all of Unidecode's unknown transliterations More... about 7 years ago
hygiene, use buffer size macro More... about 7 years ago