| @@ -18,6 +18,7 @@ The espeak-ng project is a fork of the espeak project. | |||
| * Group the encoding handling into a single place with a clean interface and tests. | |||
| * Support all ISO 8859 encodings. | |||
| * Support for multi-word text replacements in language dictionaries. | |||
| * Support compiling `_emoji` dictionary files if present. | |||
| bug fixes: | |||
| @@ -1570,6 +1570,7 @@ ESPEAK_NG_API espeak_ng_STATUS espeak_ng_CompileDictionary(const char *dsource, | |||
| compile_dictlist_file(path, "listx"); | |||
| compile_dictlist_file(path, "list"); | |||
| } | |||
| compile_dictlist_file(path, "emoji"); | |||
| compile_dictlist_file(path, "extra"); | |||
| compile_dictlist_end(f_out); | |||