Skip to main content
Module

x/denops_std/buffer/fileencoding.ts>decode

📚 Standard module for denops.vim
Go to Latest
function decode
import { decode } from "https://deno.land/x/denops_std@v3.8.0/buffer/fileencoding.ts";

Decode content with specified fileencoding

Parameters

content: Uint8Array
fileencoding: string
optional
fatal: boolean

Returns

string