7 Commits

Author SHA1 Message Date
Nicholas Wilson
cbfe089624 Automatic update of doc files #noupdate 2025-08-28 10:39:03 +00:00
Nicholas Wilson
e02e52804c Update release number to 10.46-DEV #noupdate (#667) 2025-01-12 15:28:37 +00:00
Nicholas Wilson
64613feb6d Update modified dates #noupdate 2024-12-26 23:50:55 +00:00
Nicholas Wilson
23b4df750b Completely redo the substitute-case-callout work (#638)
Fixes #564

The previous API was not extensible to handle multi-character case rules. It required a fair bit of reworking in order to accommodate this. I had to delay the casing transformations to be done later, by buffering up the string to transform, and then allowing the callback to do an in-place transformation on the entire input to be transformed.
2024-12-26 23:46:21 +00:00
Nicholas Wilson
f15bdd334d Update all man page dates #noupdate (#634) 2024-12-18 14:12:58 +00:00
Philip Hazel
60fd745ebc Minor documentation updates 2024-10-04 17:21:33 +01:00
Nicholas Wilson
9503e68b7c Add substitute case callout function (#512)
* Add substitute case callout function

* Fix foolish misunderstanding

* Fix trivial build error

* Fix non-Unicode tests
2024-10-04 16:57:58 +01:00