ConvertUnknownOptionsinterface ConvertUnknownOptions {bom?: boolean | string | undefined;fallback?: | "html-entity" | "html-entity-hex" | "ignore" | "error";from?: Encoding | undefined;to: Encoding;}§Properties§bom?: boolean | string | undefined[src]§fallback?: "html-entity" | "html-entity-hex" | "ignore" | "error"[src]§from?: Encoding | undefined[src]§to: Encoding[src]