indic-transliteration / sanscript.js

Transliteration package for Indian scripts
MIT License
99 stars 39 forks source link

Syncope option does not work from Brahmic to Roman schemes #42

Open bwasty opened 2 years ago

bwasty commented 2 years ago

Example: Sanscript.t('chAy', 'itrans', 'devanagari', {syncope: true}) == 'चाय' (fine) Sanscript.t('चाय', 'devanagari', 'itrans', {syncope: true}) == 'chAya' This should be just chAy, shouldn't it?

vvasuki commented 2 years ago

This is not currently implemented. Contribute a fix?