Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/denops_std/buffer/fileencoding.ts>decode

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

Decode content with specified fileencoding

Parameters

content: Uint8Array
fileencoding: string
optional
fatal: boolean

Returns

string