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

* Group the encoding handling into a single place with a clean interface and tests. * Group the encoding handling into a single place with a clean interface and tests.
* Support all ISO 8859 encodings. * Support all ISO 8859 encodings.
* Support for multi-word text replacements in language dictionaries. * Support for multi-word text replacements in language dictionaries.
* Support compiling `_emoji` dictionary files if present.


bug fixes: bug fixes:



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

compile_dictlist_file(path, "listx"); compile_dictlist_file(path, "listx");
compile_dictlist_file(path, "list"); compile_dictlist_file(path, "list");
} }
compile_dictlist_file(path, "emoji");
compile_dictlist_file(path, "extra"); compile_dictlist_file(path, "extra");


compile_dictlist_end(f_out); compile_dictlist_end(f_out);

Loading…
Cancel
Save