mirror of
https://github.com/containers/podman.git
synced 2025-09-10 04:12:20 +08:00

Fixes: https://github.com/containers/buildah/issues/2779 Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
9 lines
235 B
Go
9 lines
235 B
Go
/*
|
|
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
|