[normalize] Adding NORMALIZE_STRING_COMPOSE for NFC unicode normalization

This commit is contained in:
Al
2016-05-28 19:25:12 -04:00
parent 757c6147cb
commit 6c39c663ff
2 changed files with 6 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ As well as normalizations for individual string tokens:
#define NORMALIZE_STRING_LOWERCASE 1 << 4
#define NORMALIZE_STRING_TRIM 1 << 5
#define NORMALIZE_STRING_REPLACE_HYPHENS 1 << 6
#define NORMALIZE_STRING_COMPOSE 1 << 7
#define NORMALIZE_TOKEN_REPLACE_HYPHENS 1 << 0
#define NORMALIZE_TOKEN_DELETE_HYPHENS 1 << 1