honk/vendor/github.com/mattn/go-runewidth
2022-11-13 16:19:53 +01:00
..
.travis.yml Import honk-0.9.8 2022-11-13 16:19:53 +01:00
go.mod Import honk-0.9.8 2022-11-13 16:19:53 +01:00
go.sum Import honk-0.9.8 2022-11-13 16:19:53 +01:00
go.test.sh Import honk-0.9.8 2022-11-13 16:19:53 +01:00
LICENSE Import honk-0.9.8 2022-11-13 16:19:53 +01:00
README.md Import honk-0.9.8 2022-11-13 16:19:53 +01:00
runewidth.go Import honk-0.9.8 2022-11-13 16:19:53 +01:00
runewidth_appengine.go Import honk-0.9.8 2022-11-13 16:19:53 +01:00
runewidth_js.go Import honk-0.9.8 2022-11-13 16:19:53 +01:00
runewidth_posix.go Import honk-0.9.8 2022-11-13 16:19:53 +01:00
runewidth_table.go Import honk-0.9.8 2022-11-13 16:19:53 +01:00
runewidth_windows.go Import honk-0.9.8 2022-11-13 16:19:53 +01:00

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