0.12.0-beta.7 • Published 7 months ago

@luxass/unicode-utils v0.12.0-beta.7

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

@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.

0.12.0-beta.7

7 months ago

0.12.0-beta.6

7 months ago

0.12.0-beta.5

8 months ago

0.12.0-beta.4

8 months ago

0.12.0-beta.3

8 months ago

0.12.0-beta.2

8 months ago

0.12.0-beta.1

8 months ago

0.11.0

8 months ago

0.10.0

8 months ago

0.9.0

8 months ago

0.8.0

8 months ago

0.7.0

8 months ago

0.6.0

8 months ago

0.5.0

9 months ago

0.4.1

9 months ago

0.4.0

9 months ago

0.3.0

9 months ago

0.2.1

9 months ago

0.2.0

9 months ago

0.1.0

9 months ago

0.0.0

9 months ago