-
For emoji autocomplete, if the emoji's name has `é` where the user's query has `e` or vice versa, we should treat that as a match. The semantics should match what the web app does.
This doesn't muc…
-
Hello,
I wanted to ask just incase, are the Pistol & Syringe emojis the proper ones in your modified Ripcord emoji Database?
For political reasons big tech giants & even Mozilla decided to violate…
-
### Steps to reproduce
1. Type a emoji
2. Press the backspace key
### Expected behavior
Emojis should remove completely when backspace is pressed
### Actual behavior
You'll see emojis become lik…
-
Hi Jeff,
imho, one of the many problems of getting Emoji widths right is that there are multiple definitions of what an Emoji sequence can look like to be considered an Emoji. The standard defines …
-
```python
from pyemojify.emoji import emoji_table
from fastqe.fastqe_map import fastq_emoji_map, fastq_emoji_map_binned
phred = "'1.1.:4:==@@@@@?=@>@;@>??>?>?@??>@????>;@>?@@;;??@;>?>@@?>,@:.…
-
**Describe the bug**
Emoji is changed to Unicode in yaml
**To Reproduce**
```
$ cat flag.json
{
"US": "🇺🇸",
"CN": "🇨🇳"
}
$ dasel -f flag.json -w yaml
US: "\U0001F1FA\U0001F1F8"
CN: …
zydou updated
1 month ago
-
If an emoji is made of multiple codepoints, it will not be listed on the respective Unicode version page.
Some examples:
🐦⬛
🐦🔥
🧑⚕️
🧑🎓
MAZ06 updated
3 weeks ago
-
> Only the code points [listed](http://www.unicode.org/emoji/charts/emoji-variants.html) by Unicode as contributing to a Unicode emoji presentation sequence are affected by this property. Within this …
-
unicode-display_width version 3 was released.
From reading https://github.com/janlelis/unicode-display_width#gem-version-3--improved-emoji-support, it shouldn't be too much of breaking changes allow…
-
Hi Jeff,
in the wcwidth specification you list [skin tone modifiers](https://wcwidth.readthedocs.io/en/latest/specs.html) as being zero-width. However, this is not always true, since they should be…