From 8bda8cce4b5daf0bc785401a887331182e4f2b74 Mon Sep 17 00:00:00 2001 From: mitchell Date: Fri, 25 May 2018 17:21:46 -0400 Subject: Backport: Draw invalid bytes in DBCS when detected as blobs in a similar way to UTF-8. Backport of changeset 6962:514fde42ccbf, but without std::string_view. --- doc/ScintillaHistory.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 2d6fdd34a..621cb2c8a 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -555,6 +555,10 @@ Indicators are drawn for line end characters when displayed.
  • + Most invalid bytes in DBCS encodings are displayed as blobs to make problems clear + and ensure something is shown. +
  • +
  • EDIFACT lexer adds property lexer.edifact.highlight.un.all to highlight all UN* segments. Feature #1166.
  • -- cgit v1.2.3