https://github.com/wikimedia/unicodejs
A library for working with the Unicode standard. Mirror from https://gerrit.wikimedia.org/g/unicodejs.
https://github.com/wikimedia/unicodejs
Last synced: 4 months ago
JSON representation
A library for working with the Unicode standard. Mirror from https://gerrit.wikimedia.org/g/unicodejs.
- Host: GitHub
- URL: https://github.com/wikimedia/unicodejs
- Owner: wikimedia
- License: other
- Created: 2014-08-09T14:04:12.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-12-01T20:52:04.000Z (6 months ago)
- Last Synced: 2025-01-30T12:46:39.950Z (4 months ago)
- Language: JavaScript
- Homepage: https://www.mediawiki.org/wiki/UnicodeJS
- Size: 2.97 MB
- Stars: 12
- Watchers: 9
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Authors: AUTHORS.txt
Awesome Lists containing this project
README
[](https://badge.fury.io/js/unicodejs)
UnicodeJS
=================UnicodeJS is a JavaScript library for working with the Unicode standard.
Quick start
----------This library is available as an [npm](https://npmjs.org/) package! Install it right away:
npm install unicodejsOr clone the repo, `git clone https://gerrit.wikimedia.org/r/unicodejs`.
Documentation
----------The library provide methods for detecting **Word Boundaries** and **Grapheme Cluster Boundaries** as defined in the *[Text Segmentation specification](https://unicode.org/reports/tr29/)*
Full documentation is pubished at https://doc.wikimedia.org/unicodejs/master/.
Versioning
----------We use the Semantic Versioning guidelines as much as possible; major versions reflect the version of Unicode we target.
Releases will be numbered in the following format:
`..`
For more information on SemVer, please visit http://semver.org/.
Bug tracker
-----------Found a bug? Please report it in the [issue tracker](https://phabricator.wikimedia.org/maniphest/task/edit/form/1/?project=Utilities-UnicodeJS)!