mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Change the definition of NOT_A_CHARACTER
Change-Id: I519b1e5478abefb1c18cb6e3ab2862be045583de
This commit is contained in:
parent
43da9ce041
commit
a31d180cc3
@ -211,7 +211,8 @@ static inline void prof_out(void) {
|
||||
|
||||
#define DICTIONARY_VERSION_MIN 200
|
||||
#define NOT_VALID_WORD -99
|
||||
#define NOT_A_CHARACTER -1
|
||||
// TODO: NOT_A_CHARACTER should be -1
|
||||
#define NOT_A_CHARACTER 0xFFFF // tentative
|
||||
#define NOT_A_DISTANCE -1
|
||||
#define NOT_A_COORDINATE -1
|
||||
#define EQUIVALENT_CHAR_WITHOUT_DISTANCE_INFO -2
|
||||
|
Loading…
x
Reference in New Issue
Block a user