Browse Source

Support _emoji dictionary lists for symbol and emoji pronunciations.

master
Reece H. Dunn 8 years ago
parent
commit
dcc43bc30a
2 changed files with 2 additions and 0 deletions
  1. 1
    0
      CHANGELOG.md
  2. 1
    0
      src/libespeak-ng/compiledict.c

+ 1
- 0
CHANGELOG.md View File

@@ -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:


+ 1
- 0
src/libespeak-ng/compiledict.c View File

@@ -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);

Loading…
Cancel
Save