Is it possible to obtain proper capitalization for e.g. English text using ICU4C but without building any custom set of non-capitalized words? Say, given pining for the fjords
I'd like to obtain Pining for the Fjords
.
With ucasemap_utf8ToTitle()
and UnicodeString::toTitle
I get Pining For The Fjords
, no matter which BreakIterator
or locale I use.