@luxass/unicode-utils
TypeScript icon, indicating that this package has built-in type declarations

0.12.0-beta.9 • Public • Published

@luxass/unicode-utils

npm version npm downloads

Utilities for working with Unicode.

[!IMPORTANT] This package is still in a very early stage of development and many things are still missing. If you have any suggestions or ideas, please open an issue or a pull request.

Installation

npm install @luxass/unicode-utils

Usage

import { getDataFileComments, UNICODE_VERSIONS, UNICODE_VERSIONS_WITH_UCD } from "@luxass/unicode-utils";

console.log(UNICODE_VERSIONS); // List of Unicode Versions
console.log(UNICODE_VERSIONS_WITH_UCD); // List of Unicode Versions with UCD

const dataFileComments = getDataFileComments("UnicodeData.txt");
console.log(dataFileComments); // Comments from UnicodeData.txt

📄 License

Published under MIT License.

[!NOTE] The files inside test/fixtures/data-files & ucd-files is not part of the MIT license, and instead licensed under the Unicode License. The files are used for testing purposes only and are not part of the package.

Readme

Keywords

Package Sidebar

Install

npm i @luxass/unicode-utils

Weekly Downloads

292

Version

0.12.0-beta.9

License

MIT

Unpacked Size

118 kB

Total Files

18

Last publish

Collaborators

  • luxass