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

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