fix: normalize Korean shifted input
This commit is contained in:
@@ -23,6 +23,8 @@ void trie_exact_prefix_and_duplicate(struct ct*);
|
||||
void production_maps_load(struct ct*);
|
||||
void transmap_states(struct ct*);
|
||||
void korean_sequences(struct ct*);
|
||||
void korean_compound_vowels(struct ct*);
|
||||
void korean_compound_finals(struct ct*);
|
||||
void korean_backspace(struct ct*);
|
||||
void vietnamese_transitions(struct ct*);
|
||||
void vietnamese_backspace(struct ct*);
|
||||
@@ -33,6 +35,7 @@ void engine_selects_visible_candidate(struct ct*);
|
||||
void engine_commit_contract(struct ct*);
|
||||
void engine_language_switch_state(struct ct*);
|
||||
void engine_telex_history_bound(struct ct*);
|
||||
void engine_korean_modifiers_and_backspace(struct ct*);
|
||||
void engine_japanese_readings(struct ct*);
|
||||
void engine_japanese_candidates(struct ct*);
|
||||
void engine_japanese_backspace_and_boundaries(struct ct*);
|
||||
|
||||
Reference in New Issue
Block a user