From 1f9bc0d42bc53fd04cc848da1da52635dcf7a2c0 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Fri, 20 Nov 2015 10:43:26 +1100 Subject: Bug [#1779]. Better Unicode input support on Windows systems. - support surrogate pairs in WM_CHAR messages - support characters from supplementary planes in WM_UNICHAR messages - support WM_UNICHAR messages in non-Unicode mode - fix some code duplication Also, do not return FALSE upon receiving a WM_UNICHAR message with a UNICODE_NOCHAR parameter, since WM_UNICHAR can actually be handled just fine (at least with the exact same level of support as WM_CHAR). --- doc/ScintillaHistory.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/ScintillaHistory.html') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index d554633db..1c7943845 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -478,6 +478,7 @@ Jordan Jueckstock Yury Dubinsky + Sam Hocevar

@@ -507,6 +508,11 @@ selection.

  • + On Windows, fix non-BMP input through WM_CHAR and allow WM_UNICHAR to work + with non-BMP characters and on non-Unicode documents. + Bug #1779. +
  • +
  • On GTK+ on OS X, fix warning during destruction. Bug #1777.
  • -- cgit v1.2.3