-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Non printing characters in favorites #123
Comments
Agreed 110%. Just to illustrate how unintuitive the current implementation is... I had just installed UnicodePad, and the first two characters I favorited were the two emoji-specific variation selectors, which are non-printing characters used to specify whether the preceding character is displayed in text form or emoji form. And so when I went to the "Favourite" tab, I couldn't see them. I almost opened a new GitHub issue to report that you can't favorite these characters. But thankfully, I tried to favorite a printing character, and came to the realization that the variation selectors were listed; it's just that they couldn't be seen.
@Ryosuke839 The issue has been opened since 2023, but I think it's rather easy to solve since the solution already exists: Adopt the existing, list-style layout of the "Find" tab (Or the one from the "Input" tab, but I don't think "Grapheme Clustering" makes sense in favourites)
|
I checked the settings but completely missed this one. Thank you for pointing that out! You could consider making that setting the default. It's just one small thing but I must not be the only new user who was like "why don't favorites work!" 😅 |
At the moment, if a non-printing character like Zero-Width Non Joiner is added to the favorites, there is no way to see it as that tab only shows the glyphs for characters. It would be helpful if there were labels for the characters (common non printing characters like ZWNJ all have abbreviations which may be used.)
The text was updated successfully, but these errors were encountered: