Codebase list golang-github-rivo-uniseg / 428809c2-f8a9-4371-8519-77b10251bd77/upstream doc.go
428809c2-f8a9-4371-8519-77b10251bd77/upstream

Tree @428809c2-f8a9-4371-8519-77b10251bd77/upstream (Download .tar.gz)

doc.go @428809c2-f8a9-4371-8519-77b10251bd77/upstreamraw · history · blame

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