Add note about depreciation of default charset parser in launcher
This commit is contained in:
@@ -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]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user