mirror of
https://https.git.savannah.gnu.org/git/diffutils.git
synced 2026-01-28 18:34:36 +00:00
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.