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

Give control over which variation selectors to print #21

Open
arp242 opened this issue Jan 1, 2021 · 0 comments
Open

Give control over which variation selectors to print #21

arp242 opened this issue Jan 1, 2021 · 0 comments

Comments

@arp242
Copy link
Owner

arp242 commented Jan 1, 2021

The U+FE0F and U+FE0E can control if a character is displayed in "character style" or "emoji style"; this matters for some characters that have representations in both:

↔︎ (fe0e, text)
↔️ (fe0f, emoji)

These things are kind "hidden" and tricky, because many editors don't display them at all, including Vim, and different environments have different defaults. I lost quite a bit of time tracking down a problem with this a few weeks ago :-/

Either way, there should be a flag for the emoji command to say which variation selector to use. This also applies to the other commands, but those all assume there is just one codepoint now in various columns, so meh.

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