interscript / interscript-ruby

Interoperable script conversion systems (ISCS) with the `interscript` gem
Other
11 stars 30 forks source link

Support specification of reverse script conversion #716

Closed ronaldtse closed 3 years ago

ronaldtse commented 3 years ago

One feature that we don't have is the indication of whether a rule can be reversed (bidirectional).

This feature is supported by Unicode's LDML.

This is also related to the functionality described by #465, as a pivot point to convert scripts across a pair of scripts that have a common convertible system but not a direct system.

Originally posted by @ronaldtse in https://github.com/interscript/interscript/issues/715#issuecomment-850078024

webdev778 commented 3 years ago

Implemented by #722

ronaldtse commented 3 years ago

Thanks! The next task for reversibility is #732