Menu

#1821 Searching whole word doesn't work on UTF-8 files

Bug
closed-duplicate
5
2016-10-16
2016-03-19
No

SciTE 3.6.3 on Windows: SciTE fails to search whole word on UTF-8 file when word is delimited by UTF-8 punctuation characters. For exemple, if a file contains the line:
“bug”
with “ = 0x201C character and “ = 0x201D character,
then SciTE cannot find the word bug when "Match whole word only" is selected in the Find dialog box;

Discussion

  • Neil Hodgson

    Neil Hodgson - 2016-03-20
    • labels: searching --> searching, scintilla, word
    • status: open --> open-duplicate
    • assigned_to: Neil Hodgson
     
  • Neil Hodgson

    Neil Hodgson - 2016-03-20

    Duplicate of [#1050]. Scintilla and thus SciTE uses bytes instead of characters for word operations.

     

    Related

    Bugs: #1050

  • Neil Hodgson

    Neil Hodgson - 2016-10-16
    • status: open-duplicate --> closed-duplicate
     
  • Neil Hodgson

    Neil Hodgson - 2016-10-16

    This is fixed with [487179].

     

    Related

    Commit: [487179]


Log in to post a comment.