hitblast/avro.py

✨ [feat] Add support for on-the-fly conversion to Bijoy Keyboard format

hitblast opened this issue · 2 comments

This issue mentions a new feature addition to avro.py which might become useful for a lot of Bengali typists. This feature will add support for outputting the parsed Bengali text via parse() in a format supported by the Bijoy Keyboard.

Tasks:

  • Add basic dictionary mappings for the conversions.
  • Add basic support and unit tests for preliminary support of Bijoy format.
  • Add support for special Bengali alphabets (namely kars, halants etc.).
  • (Optional) Add reversal support for the newly added format inside the reverse() function.

(Edit) Full Release Changelog

2024.1.1...2024.2.17

Note: I'll be working on this issue. However, contributions are always welcome!

Update: The 1db1b51 commit has fulfilled the code requirement for all the three primary tasks mentioned below. Still needs some furnishing though, which I will be working on later today.