Opened this issue 3 years ago · 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?
Sanscript.t('chAy', 'itrans', 'devanagari', {syncope: true}) == 'चाय'
Sanscript.t('चाय', 'devanagari', 'itrans', {syncope: true}) == 'chAya'
chAy
This is not currently implemented. Contribute a fix?