|
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.
|