Codebase list golang-github-rivo-uniseg / f3acba81-74e2-40ef-85cd-d2a0e8a50e4c/upstream/sid doc.go
f3acba81-74e2-40ef-85cd-d2a0e8a50e4c/upstream/sid

Tree @f3acba81-74e2-40ef-85cd-d2a0e8a50e4c/upstream/sid (Download .tar.gz)

doc.go @f3acba81-74e2-40ef-85cd-d2a0e8a50e4c/upstream/sidraw · 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