Changes between Initial Version and Version 1 of Ticket #17595, comment 16
- Timestamp:
- 2019-04-14T22:14:25+02:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17595, comment 16
initial v1 15 15 > * 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) 16 16 17 Thank you for this explanation! I will detect and fix the simplest case (start o fend of the complete string) to fix this ticket and open a new one to see if we can do better.17 Thank 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.