]> git.eshelyaron.com Git - emacs.git/commit
Fix handling MS-Windows keyboard input above the BMP
authorEli Zaretskii <eliz@gnu.org>
Tue, 3 Mar 2020 16:40:28 +0000 (18:40 +0200)
committerEli Zaretskii <eliz@gnu.org>
Tue, 3 Mar 2020 16:40:28 +0000 (18:40 +0200)
commita4e4510ccd92da8ca17743c7dab9b32fc9d850e7
tree15b520eae5c3f7d0d486db4a107c1c565013114f
parenta38bebb0c111de65a109f45133aacaf0ac69fe49
Fix handling MS-Windows keyboard input above the BMP

* src/w32term.c (w32_read_socket): If we get a WM_UNICHAR message
with a surrogate codepoint, assemble the corresponding character
code above the BMP from its UTF-16 encoding, communicated in two
consecutive WM_UNICHAR messages.
src/w32term.c