Commit Graph

5 Commits

Author SHA1 Message Date
David Korth
70945ed34a [uniwidth] Update to Unicode 16.0.0. 2024-09-25 21:56:44 -04:00
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
cb92c10a99 [uniwidth] width[02].h: Update license headers. 2023-02-10 18:15:31 -05:00
David Korth
ead260291e [uniwidth] Update to Unicode 15.0.0. 2022-10-16 17:27:54 -04: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