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

Glyph on U+26C4 should not be here #39

Closed
delphinus opened this issue Jan 17, 2020 · 2 comments
Closed

Glyph on U+26C4 should not be here #39

delphinus opened this issue Jan 17, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@delphinus
Copy link

v1.0 has a strange glyph on U+26C4 (SNOWMAN WITHOUT SNOW).

スクリーンショット 0002-01-17 16 42 55

This has two problems.

  1. Unicode defines East Asian Width. The spec txt describes that this codepoint (U+26C4) is “W”, that is, “Wide Character”.

    ...
    26C4..26C5;W     # So     [2] SNOWMAN WITHOUT SNOW..SUN BEHIND CLOUD
    ...
    

    Terminal apps, such as Terminal.app and iTerm2, respect this value and draw U+26C4 as a double-width one. So it shows an extra space. It is annoying.

    スクリーンショット 0002-01-17 17 23 49
  2. This codepoint is NOT the Private Use Area. We should not use here for this. I suggest we move this glyph to PUA (one is U+E000 .. U+F8FF). This also solves 1.

@philippnurullin
Copy link
Member

Ok, we will move our version owl to new place.
Thanks for feedback!

@philippnurullin philippnurullin added the bug Something isn't working label Jan 17, 2020
@philippnurullin
Copy link
Member

Fixed in 1.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants