Lines Matching full:pairs
6 # The generated table maps base character + combining mark pairs to their
10 # python3 gen_ucs_recompose_table.py # Generate with common recomposition pairs
11 # python3 gen_ucs_recompose_table.py --full # Generate with all recomposition pairs
25 common_recompose_description = "most commonly used Latin, Greek, and Cyrillic recomposition pairs o…
107 full_recompose_description = "all possible recomposition pairs from the Unicode BMP"
109 """Collect all possible recomposition pairs from the Unicode data."""
110 # Map to store recomposition pairs: (base, combining) -> recomposed
149 """Validate that all common pairs are in the full list.
171 # Collect all recomposition pairs for validation
183 # Validate that all common pairs are in the full list
252 help="Generate a full recomposition table (default: common pairs only)")