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";
|
let charset = "utf-8";
|
||||||
|
|
||||||
if (d.length > 1) {
|
if (d.length > 1) {
|
||||||
|
// TODO: Remove this check after depreciation period.
|
||||||
try {
|
try {
|
||||||
initialFieldDef["Encoding"].verify(d[1]);
|
initialFieldDef["Encoding"].verify(d[1]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user