Open
Description
We do not allow users to directly create transliterators (using the runtime API) that are any of:
- Wrappers around existing components, like
Any-Upper
(for uppercasing),Any-NFC
, ... Transliterators from sources marked as(nvm - see comment)visibility: internal
, such as Bengali-InterIndic
Using the "plugin"/"override"/"custom code-based" transliterator functionality where users can override the implementation of a transliterator at runtime using a trait object, can users override these impossible-to-construct transliterators?
ICU seems to support overriding both transliterators like Any-NFC
and visibility: internal
ones like Bengali-InterIndic
.