summaryrefslogtreecommitdiffstats
path: root/dependencies/pkg/mod/github.com/rivo/uniseg@v0.2.0/doc.go
blob: 60c737d7b3e1a4d9c07f010d219f6c6c69bed244 (plain)
1
2
3
4
5
6
7
8
/*
Package uniseg implements Unicode Text Segmentation according to Unicode
Standard Annex #29 (http://unicode.org/reports/tr29/).

At this point, only the determination of grapheme cluster boundaries is
implemented.
*/
package uniseg