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

Fix unicode #43

Merged
merged 9 commits into from
Feb 27, 2020
Merged

Fix unicode #43

merged 9 commits into from
Feb 27, 2020

Conversation

ClementTsang
Copy link
Owner

@ClementTsang ClementTsang commented Feb 27, 2020

Description

A description of the change and what it does. If relevant, please provide screenshots of what results from the change:

Fixes unicode characters in search causing a crash.

Issue

If applicable, what issue does this address?

Closes: #33

Type of change

Remove the irrelevant one:

  • Bug fix (non-breaking change which fixes an issue)

Test methodology

Please state how this was tested:

Tested on Arch Linux, Kitty. Used a variety of unicode characters, CJK, and normal ASCII, and tested backspace, delete, cursor movement, and adding characters.

Tested on macOS Catalina on Terminal. See above.

Checklist

Please ensure all are ticked (and actually done):

  • Feature itself has been tested and verified to work
  • Code has been linted
  • Code has been self-reviewed
  • Code has been tested and no new breakage is introduced
  • Documentation has been added

Other information

Provide any other relevant information:

Commit also contains some irrelevant commits to change some github file formats and README.

@ClementTsang ClementTsang merged commit 7240a6d into master Feb 27, 2020
@ClementTsang ClementTsang deleted the fix_unicode branch February 27, 2020 22:39
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

Successfully merging this pull request may close these issues.

Some chars (likely unicode) crash search
1 participant