[fix] Add original string to normalizations if all options were set to false

This commit is contained in:
Al
2016-07-15 13:16:22 -04:00
parent 8a0c83a195
commit 2f5f226faa

View File

@@ -100,6 +100,8 @@ void add_latin_alternatives(string_tree_t *tree, char *str, size_t len, uint64_t
}
free(transliterated);
transliterated = NULL;
} else {
string_tree_add_string(tree, str);
}
if (prev_string != NULL) {