unicode-segmenter
Version:
A lightweight implementation of the Unicode Text Segmentation (UAX #29)
22 lines (18 loc) • 652 B
JavaScript
// The following code was generated by "scripts/unicode.js",
// DO NOT EDIT DIRECTLY.
//
// @ts-check
import { decodeUnicodeData } from './core.js';
/**
* @typedef {import('./core.js').UnicodeRange} UnicodeRange
* @typedef {import('./core.js').UnicodeDataEncoding} UnicodeDataEncoding
*/
/**
* The Unicode `Indic_Conjunct_Break=Consonant` derived property table
*
* @type {UnicodeRange[]}
*/
export const consonant_ranges = decodeUnicodeData(
/** @type {UnicodeDataEncoding} */
('1sl,10,1ug,7,1vc,7,1w5,j,1wq,6,1wy,,1x2,3,1y4,1,1y7,,1yo,1,239,j,23u,6,242,1,245,4,261,,26t,j,27e,6,27m,1,27p,4,28s,1,28v,,29d,,2dx,j,2ei,f,2fs,2,2l1,11')
);