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

utf8

utf8 decode and encode

use singleton encoder & decoder will faster

import { encode as utf8Encode, decode as utf8Decode } from 'https://deno.land/x/utf8/mod.js';