Skip to main content
Deno 2 is finally 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