Ticket #3831 (new defect) — at Initial Version
Colon in regex pattern should match one character even if the texts are multi byte
Reported by: | sstbw049040 | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | Future Releases |
Component: | mc-search | Version: | master |
Keywords: | multi byte regex | Cc: | |
Blocked By: | Blocking: | ||
Branch state: | no branch | Votes for changeset: |
Description
Colon in regex pattern matches one byte currently.
But it's too hard to know byte number of characters for user.
Regex search should match the pattern character by character always regardless of the encoding of file, not byte by byte.
Change History
Note: See
TracTickets for help on using
tickets.