Files
semi-libc/src
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-03-14 21:23:37 -04:00
2021-09-23 19:11:46 -04:00
2021-02-13 14:03:23 -05:00
2021-09-23 19:11:46 -04:00
2018-09-20 17:57:47 -04:00
2020-12-09 11:34:29 -05:00