mfer/vendor/github.com/rivo/uniseg/doc.go

9 lines
235 B
Go
Raw Normal View History

2022-02-02 05:36:27 +00:00
/*
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