Changes for version 0.09 - 2026-07-02
- Generate towfc.h from CaseFolding.txt for case folding (iswfc/towfc). Add --fc option to gen_wctrans; SIZEOF_WCHAR_T in generated towfc.h.
- Add t/c_fc.t and t/test_towfc.c tests for iswfc and towfc.
- Fix gen_wctrans to emit clang-format-compliant towfc.h.
- Fix Windows CI: handle wchar_t=16 surrogate pairs in towfc test.
- Fix test_towfc download: check CaseFolding.txt version before download.
- Fix examples/Makefile test-N rules to link towctrans-$N.c.
- Fix clang-formatting and xt/manifest.t.
Documentation
Generate small case mapping tables
Examples
- examples/Makefile
- examples/bench-bits.c
- examples/bench-bits.sh
- examples/bench.c
- examples/casemap.h
- examples/test-glibc.c
- examples/test-iswalpha.c
- examples/test.c
- examples/towctrans-glibc.c
- examples/towctrans-musl-new.c
- examples/towctrans-musl-old.c
- examples/towctrans-my.c
- examples/update-bench.pl
- examples/wchar-lookup.h