From 0f5fc61896e170e85a1c1f216393d829ea059e75 Mon Sep 17 00:00:00 2001 From: NI Date: Fri, 27 Sep 2019 10:00:23 +0800 Subject: [PATCH] Add note about depreciation of default charset parser in launcher --- ui/commands/telnet.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/commands/telnet.js b/ui/commands/telnet.js index 98f5c71..e15fe70 100644 --- a/ui/commands/telnet.js +++ b/ui/commands/telnet.js @@ -459,6 +459,7 @@ export class Command { let charset = "utf-8"; if (d.length > 1) { + // TODO: Remove this check after depreciation period. try { initialFieldDef["Encoding"].verify(d[1]);