utf8-fl
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

utf8-fl

Simple utf8 encoder/decoder which using TextEncoder/TextDecoder classes.

Example

import {Utf8} from "utf8-fl";

let text = "Some text";

let array = Utf8.encode(text);
let res = Utf8.decode(array);

console.log(text == res, text, array, res);

License

The MIT License (MIT)

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i utf8-fl

    Weekly Downloads

    5

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    2.18 kB

    Total Files

    5

    Last publish

    Collaborators

    • fabeuluci