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

Why are the ASCII characters 0-9#* encoded? #463

Open
Lorp opened this issue Apr 12, 2024 · 3 comments
Open

Why are the ASCII characters 0-9#* encoded? #463

Lorp opened this issue Apr 12, 2024 · 3 comments

Comments

@Lorp
Copy link

Lorp commented Apr 12, 2024

I’m curious why the following characters are encoded in Noto Color Emoji:

0123456789#*

(I also note that ©®™️are encoded, but this is good since they are part of emoji.)

The issue makes it problematic to specify CSS font-family as "Noto Color Emoji, Roboto", since all digits will come from the Emoji font. Indeed one could filter out those characters using unicode-range, but that would mean editing the CSS that Google Fonts supplies.

Screenshot from Fontlab with Noto Color Emoji loaded, and encoding set to Type 1/Western Roman.

Screenshot 2024-04-12 at 15 40 00

@tomasdev
Copy link
Member

This may be a consequence of missing U+FE0F and the font providing support for all codepoints with or without fully qualified sequences

@Lorp
Copy link
Author

Lorp commented Apr 12, 2024

I suspect it is accidental based on needing these glyphs as components for 0️⃣1️⃣2️⃣3️⃣4️⃣5️⃣6️⃣7️⃣8️⃣9️⃣#️⃣*️⃣

@SlySven
Copy link

SlySven commented Apr 16, 2024

This may be a consequence of missing U+FE0F and the font providing support for all codepoints with or without fully qualified sequences

Not only that - some renderers just don't support/handle VS15 and VS16. 😒 https://bugreports.qt.io/browse/QTBUG-85744 , https://bugreports.qt.io/browse/QTBUG-97401 ...

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

3 participants