@@ -10,7 +10,7 @@ The espeak-ng project is a fork of the espeak project. | |||
### 1.49.2 - (In Development) | |||
* Support describing all IPA phonemes in the phoneme tables. | |||
* Provide more validation when compiling phoneme tables. | |||
* Provide more validation when reading phoneme tables and voice/language files. | |||
* Removed support for phoneme equivalence tables. These were disabled in the | |||
French and German language files. | |||
* Allow pre- as well as post-jump rules in dictionary files. |
@@ -44,7 +44,6 @@ | |||
#include "translate.h" | |||
MNEM_TAB genders[] = { | |||
{ "unknown", 0 }, | |||
{ "male", 1 }, | |||
{ "female", 2 }, | |||
{ NULL, 0 } |