Changes between Initial Version and Version 11 of Ticket #3831


Ignore:
Timestamp:
06/18/17 09:40:23 (7 years ago)
Author:
egmont
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3831

    • Property Summary changed from Colon in regex pattern should match one character even if the texts are multi byte to Dot in regex pattern should match one character even if the texts are multi byte
  • Ticket #3831 – Description

    initial v11  
    1 Colon in regex pattern matches one byte currently. 
     1Dot in regex pattern matches one byte currently. 
    22But it's too hard to know byte number of characters for user. 
    33Regex search should match the pattern character by character always regardless of the encoding of file, not byte by byte.