Changes between Initial Version and Version 1 of Ticket #17595, comment 16


Ignore:
Timestamp:
2019-04-14T22:14:25+02:00 (7 years ago)
Author:
Don-vip

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17595, comment 16

    initial v1  
    1515>   * We have seven letters (و, ژ, ز, ر, ذ, د, ا) which do not connect to a following letter. So writing zwnj after them is useless and not needed. assume b is one of them. this is invalid: ab*aaa (this case could happen to other languages with similar but not the same letters)
    1616
    17 Thank you for this explanation! I will detect and fix the simplest case (start of end of the complete string) to fix this ticket and open a new one to see if we can do better.
     17Thank you for this explanation! I will detect and fix the simplest case (start or end of the complete string) to fix this ticket and open a new one to see if we can do better.