Samuel Thibault
Samuel Thibault
Reopening for the `phonSWITCH` bug part.
Nicolas Pitre also reported this: ``` echo -e "\xf0\x9f\x8e\x84 \xc2\xa0\xf0\x9f\x8e\x84" | espeak -v fr ``` which is supposed to just pronounce "sapin de noël" twice, just like ``` echo -e...
Please paste the generated `Makefile` file so we can see what is at line 2608
As the CI error message says, please also add a phoneme test in `tests/language-phonemes.test`
Please see the check failures, at least `tests/translate.test` needs to be updated with the new pronunciation.
this should rather be merged with #1244, to have everything in just one commit.
Please see the CI build failure: ```make[1]: *** No rule to make target 'dictsource/py_list', needed by 'espeak-ng-data/py_dict```
See the check failures, please update the hash in `tests/language-phonemes.test`
all I can say is that there seems to be some roman processing in `src/libespeak-ng/numbers.c`, `TranslateRoman`
Yes, that `plist--` is rewinding past `ph_list3`, and thus getting garbled content. I don't see in `SubstitutePhonemes` etc. anything that would let this loop know when to stop, I guess...