MicrosoftDocs / winrt-api

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

Update characterreceivedeventargs_keycode.md #2428

Closed DJm00n closed 7 months ago

DJm00n commented 7 months ago

Fix character encoding in CharacterReceivedEventArgs. It is actually UTF-16 with high/low surrogates. I have checked this in debugger with Gothic keyboard layout that produce characters outside BMP.

DJm00n commented 7 months ago

@Karl-Bridge-Microsoft please take a look