You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When searching for hex values within a UTF-8 encoded file, the search does not find the second character in a MBCS character.
Steps to reproduce
Create plain text file in UTF8 containing a character such as e acute preceded by a space.
Switch to hex mode, the text should show as 20 c3 a9
Hit Home to set cursor to beginning of file
Hit ^F to search and enter value a9
Expected
The character is found at Address 2
Actual
Message Find / Can't find is shown.
Notes
The search is successful for c3 or c3 a9
The text was updated successfully, but these errors were encountered:
When searching for hex values within a UTF-8 encoded file, the search does not find the second character in a MBCS character.
Steps to reproduce
Create plain text file in UTF8 containing a character such as e acute preceded by a space.
Switch to hex mode, the text should show as
20 c3 a9
Hit
Home
to set cursor to beginning of fileHit
^F
to search and enter valuea9
Expected
The character is found at Address
2
Actual
Message
Find / Can't find
is shown.Notes
The search is successful for
c3
orc3 a9
The text was updated successfully, but these errors were encountered: