| mod.rs |
This module contains internal data handling tools for the special-cased Greek uppercasing
code. The Greek uppercasing algorithm is code-driven, not user-data-driven, however the code
relies on a CodePointTrie generated based on some Unicode rules.
We try to keep most of the Greek-specific logic in here, though the actual logic to remove
accents is in full_helper() as it must integrate with the control flow.
This is public and doc(hidden) so that it can be accessed from the gen_greek_to_me test file,
and should not be used otherwise. |
11950 |