View Single Post
Old 01-12-2026, 03:18 AM   #14
jwes
Connoisseur
jwes began at the beginning.
 
Posts: 96
Karma: 10
Join Date: Jul 2023
Device: none
Found another problem. The string "—AND HAVING WRIT— Continued" does not convert properly. I believe the problem is that all_caps is set for the entire string rather than for each word, and then UC_ELSEWHERE returns true for a capitalized string and the word is not title cased.

There is also an ambiguous situation. The string "— AND HAVING WRIT—" does not capitalize the word 'and' and I don't know if that is correct or not.
jwes is offline   Reply With Quote