Closed gulcu closed 3 years ago
It would be useful to guide the input by textually hinting the current status of the conversion after each character edit, without waiting for the submission of the whole form.
This is quite difficult, since the modules communicate using Buckwalter code (ASCII) not converted to Arabic (Unicode)
Users have the ability to find the desired root in the Arabic menus
Additionally, either showing the Buckwalter table somewhere or at least providing a link to it would come in handy.
OK, this looks much simpler and doable
Closed: help for Buckwalter code
Solution is useful. Thanks.
The user input text field labelled "Mucem'de bul" on the entry (index.html) page takes input in Latin letters and converts them to Arabic letters when the "Bul" button is pressed. Converting the transliteration into Arabic is done using the Buckwalter scheme. Since the scheme has arbitrary mappings which users may not know by heart, it would be useful to guide the input by textually hinting the current status of the conversion after each character edit, without waiting for the submission of the whole form. Additionally, either showing the Buckwalter table somewhere or at least providing a link to it would come in handy.