Rich Felker
775bde6b5c
fix wcwidth of hangul combining (vowel/final) letters
...
these characters combine onto a base character (initial) and therefore
need to have width 0. the original binary-search implementation of
wcwidth handled them correctly, but a regression was introduced in
commit 1b0ce9af6d by generating the new
tables from unicode without noticing that the classification logic in
use (unicode character category Mn/Me/Cf) was insufficient to catch
these characters.
2021-12-27 20:08:31 -05:00
..
2020-12-08 18:02:39 -05:00
2020-02-05 09:40:11 -05:00
2018-09-14 16:25:56 -04:00
2020-10-18 12:16:55 -04:00
2021-12-27 20:08:31 -05:00
2019-02-07 12:51:02 -05:00
2021-01-30 16:42:26 -05:00
2020-03-14 21:23:37 -04:00
2020-11-11 15:55:30 -05:00
2018-09-12 14:34:38 -04:00
2021-09-23 19:11:46 -04:00
2021-09-23 20:09:22 -04:00
2020-12-09 16:58:32 -05:00
2020-03-14 21:23:37 -04:00
2021-03-26 13:35:41 -04:00
2021-02-13 14:03:23 -05:00
2021-04-03 21:16:41 -04:00
2021-12-09 15:35:13 -05:00
2021-04-27 19:31:48 -04:00
2021-09-23 19:11:46 -04:00
2021-10-19 16:07:14 -04:00
2019-12-20 21:27:39 -05:00
2019-07-28 17:09:30 -04:00
2020-11-19 17:12:43 -05:00
2020-09-03 17:30:22 -04:00
2021-04-16 10:17:42 -04:00
2020-11-11 15:55:30 -05:00
2021-03-15 10:21:29 -04:00
2019-08-07 02:38:45 -04:00
2019-07-29 12:31:20 -04:00
2018-09-20 17:57:47 -04:00
2019-08-07 02:57:53 -04:00
2021-11-29 17:41:43 -05:00
2021-07-29 23:24:58 -04:00
2020-02-12 17:34:17 -05:00
2021-09-11 21:21:43 -04:00
2021-12-09 15:35:13 -05:00
2020-12-09 11:34:29 -05:00
2018-09-12 14:34:38 -04:00
2020-08-24 21:31:18 -04:00
2021-08-06 11:26:15 -04:00
2021-06-23 17:30:10 -04:00
2020-11-23 19:44:19 -05:00