Closed DJm00n closed 1 year 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.
CharacterReceivedEventArgs
@Karl-Bridge-Microsoft please take a look
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.