Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/somefn/js/str.ts>textWithBOM

some functions for deno
Go to Latest
function textWithBOM
import { textWithBOM } from "https://deno.land/x/somefn@v0.27.0/js/str.ts";

为文本添加 UTF-8 BOM (for Windows...)

Parameters

v: Uint8Array | string

需要增加 BOM 的文本

Returns

Uint8Array