You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ahmedre
When multiple rules with the same index are exported by html exporter, there ends up being a problem in the output where characters are repeated. Is there an easy way to fix it? It is difficult trying to put logic for checking for #5 because it is like checking for that rule all over again. I think the best way to fix this is to handle repeated indexes by the exporter.
The text was updated successfully, but these errors were encountered:
The html exporter used substrings to apply rules to the html output. If there was an overlap then the parts of the substring may repeat. No matter what the exporter, there would always be a need to handle overlaps. Overlaps happen frequently with ghunna vs idghaam vs meem idghaam see issue #11. In this workaround, overlaps are removed all together. Also, ghunna is given the least preference and is always removed. Doing this at the sorting level will help remove the need of handling this in any future exporters. .
@ahmedre
When multiple rules with the same index are exported by html exporter, there ends up being a problem in the output where characters are repeated. Is there an easy way to fix it? It is difficult trying to put logic for checking for #5 because it is like checking for that rule all over again. I think the best way to fix this is to handle repeated indexes by the exporter.
The text was updated successfully, but these errors were encountered: