-
-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
The following text transformations that are available in Unicode Inflection should be hooked into icu::message2.
- upper case: HELLO WORLD
StringViewUtils::uppercaseor call ICU.
- lower case: hello world
StringViewUtils::lowercaseor call ICU.
- title case: Hello World
- Call ICU.
- sentence case: Hello world
StringViewUtils::capitalizeFirst
- quote: "Hello world"
CommonConceptFactory::quote- It's not clear if quoted patterns does the same thing. See
QuoteTest.cppfor the context sensitive quoting that it performed that is not supported by ICU nor CLDR by default.
Ideally, these text transformations should be chainable. So I could apply sentence casing and then quote it.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels