Open Jayman2000 opened 2 years ago
Huh, I suspect that the way we're querying the fst
is wrong. Maybe there's a better way to make these queries, but I'm not sure at the moment.
Something similar is happening when I search for “SIGN”:
$ chars HORNS
U+0001F918, 🤘 0x0001F918, \0374430, UTF-8: f0 9f a4 98, UTF-16BE: d83edd18
Width: 2, prints as 🤘
Quotes as \u{1f918}
Unicode name: SIGN OF THE HORNS
U+0001F608, 😈 0x0001F608, \0373010, UTF-8: f0 9f 98 88, UTF-16BE: d83dde08
Width: 2, prints as 😈
Quotes as \u{1f608}
Unicode name: SMILING FACE WITH HORNS
$ chars SIGN
$
I can see that there are several small triangles that exist:
$ chars 'DOWN-POINTING TRIANGLE'
But, when I try to look at only the small triangles:
I get nothing. If I search for medium triangles:
$ chars 'MEDIUM TRIANGLE'
I still get plenty of results.