indic-transliteration/sanscript.js

Syncope option does not work from Brahmic to Roman schemes

Opened this issue · 1 comments

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

This is not currently implemented. Contribute a fix?