From efc60deb7937c6763985ba33d34fe65830778eed Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 9 Jan 2020 14:21:37 +1100 Subject: Backport: Remove support for CF_TEXT clipboard format. CF_UNICODETEXT is now used in all cases. Windows automatically provides CF_UNICODETEXT when CF_TEXT on clipboard. This does not change drag-and-drop as that depends on CF_TEXT such as when dragging from DBCS. Backport of changeset 7946:4dad3058a477. --- doc/ScintillaHistory.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index d15381d79..bbc9c826d 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -579,6 +579,10 @@ Don't clear clipboard before copying text with Qt. Bug #2147. +
  • + On Win32, remove support for CF_TEXT clipboard format as Windows will convert to + CF_UNICODETEXT. +
  • Release 3.11.2 -- cgit v1.2.3