podman/vendor/github.com/mattn/go-runewidth
renovate[bot] 884c43d416
fix(deps): update module github.com/vbauerster/mpb/v8 to v8.7.5
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-29 09:47:06 +00:00
..
LICENSE compat handlers: add X-Registry-Auth header support 2020-05-29 15:39:37 +02:00
README.md Vendor in latest containers/(buildah, image, common) 2022-12-21 06:12:45 -05:00
runewidth.go Vendor in latest containers/(buildah, image, common) 2022-12-21 06:12:45 -05:00
runewidth_appengine.go Vendor in latest containers/(buildah, image, common) 2022-12-21 06:12:45 -05:00
runewidth_js.go Vendor in latest containers/(buildah, image, common) 2022-12-21 06:12:45 -05:00
runewidth_posix.go Vendor in latest containers/(buildah, image, common) 2022-12-21 06:12:45 -05:00
runewidth_table.go fix(deps): update module github.com/vbauerster/mpb/v8 to v8.7.5 2024-07-29 09:47:06 +00:00
runewidth_windows.go Vendor in latest containers/(buildah, image, common) 2022-12-21 06:12:45 -05:00

README.md

go-runewidth

Build Status Codecov GoDoc Go Report Card

Provides functions to get fixed width of the character or string.

Usage

runewidth.StringWidth("つのだ☆HIRO") == 12

Author

Yasuhiro Matsumoto

License

under the MIT License: http://mattn.mit-license.org/2013