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

Legacy PUA emojis #115

Closed
Crissov opened this issue Apr 21, 2017 · 6 comments
Closed

Legacy PUA emojis #115

Crissov opened this issue Apr 21, 2017 · 6 comments

Comments

@Crissov
Copy link

Crissov commented Apr 21, 2017

I found some code in the repository that handles legacy Google PUA codes for the ten original emoji flags and for keycaps. To view some old data that I either do not want to or cannot convert to proper Unicode codepoints, it would be nice to build a (non-default) version of the font that supported more and other PUA codes. Every Japanese carrier had their own (and Apple shared a set with Softbank).

Example: Thumbs Up

Unicode Apple iOS /
Softbank /
Yahoo /
Disney /
Vodafone /
J‑Phone
KDDI au EZweb (a) KDDI au EZweb (b) NTT Docomo i‑mode /
Willcom /
E‑Mobile
Google Gmail …
U+1F44D 👍 U+E25A  U+E4F9  U+EFD2  U+E727  U+FEB97 󾮗

I could provide a file with these mappings, but I'm not sure how and where to include it in the code, so cannot really write a pull request myself – unless someone could provide some helpful pointers.

@dougfelt
Copy link
Contributor

dougfelt commented May 9, 2017 via email

@dougfelt
Copy link
Contributor

@Crissov did you try editing emoji_aliases.txt?

@Crissov
Copy link
Author

Crissov commented May 26, 2017

@dougfelt
Copy link
Contributor

Yeah, that's the idea. Have you tried building a font with this and testing it?

Since you don't sort by the alias codepoint I can't tell if any of them appear more than once. I think the last one mentioned would win in that case. That's the thing with PUA, anyone can use any of them for anything.

@Crissov
Copy link
Author

Crissov commented May 28, 2017

I have not build a font yet.

Most codepoints between U+E501 and U+E537 appear twice, should probably remove the rare KDDIa variants.

@dougfelt
Copy link
Contributor

Closing this. I don't think it's something we want to do.

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

2 participants