MicrosoftDocs / winrt-api

WinRT reference content for developing Microsoft Universal Windows Platform (UWP) apps
Creative Commons Attribution 4.0 International
228 stars 494 forks source link

Symbol Enum (page) still uses deprecated icon codes #2363

Open Jay-o-Way opened 1 year ago

Jay-o-Way commented 1 year ago

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
- [x] The _core function_ of the assignment must be updated -> fixed as of v1.5
- [ ] This list should be updated with valid code points
LIXiangChen commented 1 year ago

👍 Awesome. This should be promoted.

There is a small typo: E112 in the example should be E115.

Jay-o-Way commented 7 months ago

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?

alvinashcraft commented 1 month ago

I think this page probably belongs to @jwmsft.