search on full words only
This commit is contained in:
@@ -489,7 +489,7 @@ def command_unicode_lookup(argv, **args):
|
|||||||
|
|
||||||
characters = {
|
characters = {
|
||||||
k: v for k, v in unicode.characters.items() if
|
k: v for k, v in unicode.characters.items() if
|
||||||
search_word.lower() in v.lower()
|
search_word.lower() in v.lower().split()
|
||||||
}
|
}
|
||||||
lines = []
|
lines = []
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user