You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6543
86e2789960
|
3 years ago | |
---|---|---|
.. | ||
.travis.yml | 4 years ago | |
LICENSE | ||
README.md | 4 years ago | |
go.mod | 3 years ago | |
go.sum | 3 years ago | |
go.test.sh | 4 years ago | |
runewidth.go | 4 years ago | |
runewidth_appengine.go | ||
runewidth_js.go | ||
runewidth_posix.go | 4 years ago | |
runewidth_table.go | 4 years ago | |
runewidth_windows.go |
README.md
go-runewidth
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