liuxiulin 1921cb4c51 first commit 1 ヶ月 前
..
.travis.yml 1921cb4c51 first commit 1 ヶ月 前
LICENSE 1921cb4c51 first commit 1 ヶ月 前
README.md 1921cb4c51 first commit 1 ヶ月 前
go.test.sh 1921cb4c51 first commit 1 ヶ月 前
runewidth.go 1921cb4c51 first commit 1 ヶ月 前
runewidth_appengine.go 1921cb4c51 first commit 1 ヶ月 前
runewidth_js.go 1921cb4c51 first commit 1 ヶ月 前
runewidth_posix.go 1921cb4c51 first commit 1 ヶ月 前
runewidth_table.go 1921cb4c51 first commit 1 ヶ月 前
runewidth_windows.go 1921cb4c51 first commit 1 ヶ月 前

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