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

Variation Selector 15 (VS-15, U+FE0E) support. #120

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Commits on Feb 14, 2024

  1. Variation Selector 15 (VS-15, U+FE0E) support.

    I did a few spot checks of VS-15 when implementing VS-16, and
    erroneously believed that all emojis in VS-15 sequences were already
    listed as an EAW width of 1. But that's not true. There are several
    emojis that are "wide" that are changed to "narrow" with VS-15.
    jquast committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    651f52c View commit details
    Browse the repository at this point in the history
  2. Set PR hyperlink in changelog

    jquast committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    7542270 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb4cc23 View commit details
    Browse the repository at this point in the history
  4. Increase code coverage

    Add any additional U+FE0F/U+FE0E check in sequence of wcswidth() to
    ensure 100% code coverage
    jquast committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    f00fba5 View commit details
    Browse the repository at this point in the history