Paul Eggert a2e301b52c diff: switch from wchar_t to char32_t
Prefer C11-style char32_t to wchar_t, as char32_t works better on
platforms where wchar_t is only 16 bits.
* .gitignore: Add lib/uchar.h.
* bootstrap.conf (gnulib_modules): Add c32width, mbrtoc32.
Remove mbrtowc.  Sort.
* src/side.c: Include uchar.h instead of wchar.h.
(print_half_line): Use c32width and mbrtowc instead of
wcwidth and mbrtowc.
2023-06-06 14:35:21 -07:00
..
2023-06-03 15:50:33 -07:00
2023-05-22 11:39:23 -07:00
2023-06-03 15:50:33 -07:00
2023-06-03 15:50:33 -07:00
2023-05-22 11:39:24 -07:00
2023-06-06 14:35:21 -07:00