node-unicode-data
Unicode data generator
Generates arrays of code points and regular expressions for every Unicode version's categories and properties
JavaScript-compatible Unicode data generator. Arrays of code points, arrays of symbols, and regular expressions for every Unicode version’s categories, scripts, blocks, and properties — neatly packaged into a separate npm package per Unicode version.
145 stars
10 watching
15 forks
Language: JavaScript
last commit: 10 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
nodeca/babelfish | A JavaScript library for internationalization with a compact and easy-to-use syntax for plural forms | 255 |
jessetane/unicodes | A JavaScript module providing access to all Unicode characters | 66 |
tj/dox | Generates documentation for JavaScript code in JSON format | 2,158 |
jstrace/chart | Generates an ascii bar chart to display data | 233 |
d3-node/d3-node | A JavaScript library that allows for static generation of D3.js charts and maps with pre-rendering and network overhead offloading. | 685 |
p120ph37/node-jsdoc-toolkit | Automates documentation generation for JavaScript codebases | 63 |
genany/gen | Automated code generation tool for web applications based on API interfaces. | 279 |
ynakajima/ucd | Provides functions to access and manipulate Unicode character data in JavaScript. | 9 |
mozilla/unicode-slugify | Generates slugs from unicode strings by replacing and normalizing characters | 321 |
produck/svg-captcha | Generates SVG images with customizable CAPTCHAs for security verification | 1,865 |
senchalabs/jsduck | Generates documentation for JavaScript code using Markdown and infers information from the code itself. | 1,502 |
yeoman/generator-node | A Yeoman generator for creating a basic Node.js project with common tools and configurations. | 577 |
dodo/node-slug | Converts strings to URL-safe format while preserving Unicode characters and symbols | 1,073 |
foliojs/unicode-properties | Provides fast access to unicode character properties | 53 |
microsoft/unicoder | This repository provides pre-trained models and code for understanding and generation tasks in multiple languages. | 88 |