Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search does not find UTF8 values #78

Open
Stavr0 opened this issue Feb 3, 2023 · 0 comments
Open

Search does not find UTF8 values #78

Stavr0 opened this issue Feb 3, 2023 · 0 comments

Comments

@Stavr0
Copy link

Stavr0 commented Feb 3, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant