Incorrect width of the cells when using hebrew words with vocalizations
Elaboration
An example of a hebrew word without vocalization: "להאזין" and with "לְהַאֲזִין", the thing is that those vocalizations are not altered versions of the characters but rather a separate set of characters that I can write independently, for example "ֵ ֲ ֲ ֳ ְ".
So the algorithm that counts the length of the symbols in a cell counts them and adjusts the cell accordingly even tho they practically don't take additional space.
How to reproduce
Write a hebrew word with vocalization for example"לְהַאֲזִין" in a cell
Bug description
Incorrect width of the cells when using hebrew words with vocalizations
Elaboration
An example of a hebrew word without vocalization: "להאזין" and with "לְהַאֲזִין", the thing is that those vocalizations are not altered versions of the characters but rather a separate set of characters that I can write independently, for example "ֵ ֲ ֲ ֳ ְ". So the algorithm that counts the length of the symbols in a cell counts them and adjusts the cell accordingly even tho they practically don't take additional space.
How to reproduce
Expected behavior
Expected state of the table
An actual state of the table
Debug info