On Wed, 2025-01-15 at 13:21 -0800, Jeff Davis wrote: > I plan to commit 0001 and 0002 soon.
Committed 0001 and 0002. Upon reviewing the discussion threads, I removed the Unicode "adjust to Cased" behavior when titlecasing. As Peter pointed out[1], it doesn't match the documentation or expectations for INITCAP(). I also expanded the C tests a lot in 0001 so that it compares exhaustively against ICU for single-codepoint strings, and also added more multi-codepoint test strings. I don't plan to commit 0003 in v18, so I'm considering this series to be done for now. We can revisit whether UCS_BASIC should change behavior in 19. Regards, Jeff Davis