Commit Graph

2 Commits

Author SHA1 Message Date
David Korth
afbddbdf1c [uniwidth] Update to Unicode 15.1.0 and assign width 1 to prepended concatenation marks. 2024-02-17 17:04:15 -05:00
David Korth
e644206255 [uniwidth] Import of the uniwidth subset of gnulib.
uniwidth provides a uc_width() function, which is similar to wcwidth().
Our version removes the 'encoding' parameter, which isn't needed because
we're always using UTF-8.

Fixes #353: rpcli: bad table alignment on multibyte characters
Reported by @DankRank.
2022-08-28 18:47:34 -04:00