Add note about depreciation of default charset parser in launcher

This commit is contained in:
NI
2019-09-27 10:00:23 +08:00
parent 93797a1d34
commit 0f5fc61896

View File

@@ -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]);