blob: 60c737d7b3e1a4d9c07f010d219f6c6c69bed244 [file] [log] [blame]
Naveen Sampath04696f72022-06-13 15:19:14 +05301/*
2Package uniseg implements Unicode Text Segmentation according to Unicode
3Standard Annex #29 (http://unicode.org/reports/tr29/).
4
5At this point, only the determination of grapheme cluster boundaries is
6implemented.
7*/
8package uniseg