VictoriaMetrics/vendor/github.com/mattn/go-runewidth
2022-09-21 11:54:32 +03:00
..
LICENSE app/vmctl: move vmctl code from github.com/VictoriaMetrics/vmctl 2021-02-01 01:10:20 +02:00
README.md vendor: make vendor-update 2022-09-21 11:54:32 +03:00
runewidth_appengine.go vendor: make vendor-update 2022-09-21 11:54:32 +03:00
runewidth_js.go vendor: make vendor-update 2022-09-21 11:54:32 +03:00
runewidth_posix.go vendor: make vendor-update 2022-09-21 11:54:32 +03:00
runewidth_table.go vendor: make vendor-update 2021-04-02 22:20:17 +03:00
runewidth_windows.go vendor: make vendor-update 2022-09-21 11:54:32 +03:00
runewidth.go vendor: make vendor-update 2022-09-21 11:54:32 +03: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