-
Notifications
You must be signed in to change notification settings - Fork 502
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
Symbol Enum (page) still uses deprecated icon codes #2363
Labels
Pri3
Topic is in the bottom 50% of page views for the repo or was not created via Feedback control.
Comments
👍 Awesome. This should be promoted. There is a small typo: E112 in the example should be E115. |
This was referenced Apr 11, 2023
So now that this is finally fixed in v1.5, how do we represent this in the docs? Do we show both, with a note about the versions? |
I think this page probably belongs to @jwmsft. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Pri3
Topic is in the bottom 50% of page views for the repo or was not created via Feedback control.
As can be seen on https://learn.microsoft.com/windows/apps/design/style/segoe-fluent-icons-font#icon-list, the range E0** - E5** is deprecated and should not be used. This is because it will show "garbled characters" in CJK context. Example:
E115
- or
- is bad,E713
is good. Both are identical to show the Settings icon.https://learn.microsoft.com/uwp/api/windows.ui.xaml.controls.symbol?view=winrt-22621 however, still lists icons in the range of E1**.
Tasks
The text was updated successfully, but these errors were encountered: