Watch
1
0
Fork
You've already forked golang-github-mattn-go-runewidth
0
No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Daniel Baumann 6b60c756bc
Releasing fastforward version 0.0.27-1~ffwd13+u1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2026-08-06 21:18:41 +02:00
.github Merging upstream version 0.0.22. 2026-08-06 21:17:36 +02:00
debian Releasing fastforward version 0.0.27-1~ffwd13+u1. 2026-08-06 21:18:41 +02:00
script Merging upstream version 0.0.27. 2026-08-06 21:18:27 +02:00
benchmark_test.go Merging upstream version 0.0.27. 2026-08-06 21:18:27 +02:00
benchstat.txt Merging upstream version 0.0.22. 2026-08-06 21:17:36 +02:00
go.mod Merging upstream version 0.0.27. 2026-08-06 21:18:27 +02:00
go.sum Merging upstream version 0.0.22. 2026-08-06 21:17:36 +02:00
LICENSE Adding upstream version 0.0.16. 2026-08-06 21:15:08 +02:00
new.txt Merging upstream version 0.0.22. 2026-08-06 21:17:36 +02:00
old.txt Merging upstream version 0.0.22. 2026-08-06 21:17:36 +02:00
README.md Adding upstream version 0.0.16. 2026-08-06 21:15:08 +02:00
runewidth.go Merging upstream version 0.0.27. 2026-08-06 21:18:27 +02:00
runewidth_appengine.go Adding upstream version 0.0.16. 2026-08-06 21:15:08 +02:00
runewidth_js.go Adding upstream version 0.0.16. 2026-08-06 21:15:08 +02:00
runewidth_posix.go Adding upstream version 0.0.16. 2026-08-06 21:15:08 +02:00
runewidth_posix_test.go Adding upstream version 0.0.16. 2026-08-06 21:15:08 +02:00
runewidth_table.go Merging upstream version 0.0.27. 2026-08-06 21:18:27 +02:00
runewidth_test.go Merging upstream version 0.0.27. 2026-08-06 21:18:27 +02:00
runewidth_windows.go Merging upstream version 0.0.22. 2026-08-06 21:17:36 +02:00
SECURITY.md Merging upstream version 0.0.27. 2026-08-06 21:18:27 +02: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