--- a/NEWS Fri Mar 25 16:40:48 2022 +0100
+++ b/NEWS Fri Mar 25 16:41:03 2022 +0100
@@ -19,7 +19,7 @@
has been bundled with Isabelle as add-on component. The command-line
tool "isabelle vscode" automatically configures it as Isabelle/VSCode
and starts the application. This includes special support for the
-UTF8-Isabelle encoding and the corresponding Isabelle fonts.
+UTF-8-Isabelle encoding and the corresponding Isabelle fonts.
* Command-line tools "isabelle electron" and "isabelle node" provide
access to the underlying technologies of VSCodium, for use in other
--- a/src/Tools/VSCode/extension/README.md Fri Mar 25 16:40:48 2022 +0100
+++ b/src/Tools/VSCode/extension/README.md Fri Mar 25 16:41:03 2022 +0100
@@ -10,7 +10,7 @@
The implementation is centered around the VSCode Language Server
Protocol (LSP), but there are many add-ons that are specific to
Isabelle/PIDE. Moreover, there are important patches to the VSCodium
-code-base itself, e.g. to support the UTF8-Isabelle encoding for
+code-base itself, e.g. to support the UTF-8-Isabelle encoding for
mathematical symbols and to incorporate the corresponding Isabelle
fonts. It is unlikely that this extension will with regular VSCode nor
with any other LSP-based editor.