Issue #6097: Escape UTF-8 surrogates resulting from mbstocs conversion
of the command line.
diff --git a/Misc/NEWS b/Misc/NEWS
index b98a368..1e12773 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@
 Core and Builtins
 -----------------
 
+- Issue #6097: Escape UTF-8 surrogates resulting from mbstocs conversion
+  of the command line.
+
 - Issue #6012: Add cleanup support to O& argument parsing.
 
 - Issue #6089: Fixed str.format with certain invalid field specifiers