git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@66 d46cf337-b52f-0410-862d-fd96e6ae7743master
@@ -1174,6 +1174,7 @@ miaow mi:'aU | |||
mica maIk@ | |||
microorganism maIkroU'O@g@nIz@m | |||
midday m,Idd'eI | |||
mideast mI2di:st | |||
midterm m'Idt,3:m | |||
mildew mIldju: | |||
mileage maIlI2dZ |
@@ -35,8 +35,8 @@ | |||
#include "translate.h" | |||
#include "wave.h" | |||
const char *version_string = "1.27.10 15.Jul.07"; | |||
const int version_phdata = 0x012701; | |||
const char *version_string = "1.28 16.Jul.07"; | |||
const int version_phdata = 0x012801; | |||
int option_device_number = -1; | |||
@@ -736,7 +736,8 @@ if((wmark > 0) && (wmark < 8)) | |||
length=0; | |||
while(word[length] != ' ') length++; | |||
word[-1] = ' '; // prevent this affecting the pronunciation of the pronuncable part | |||
if(length > 0) | |||
word[-1] = ' '; // prevent this affecting the pronunciation of the pronuncable part | |||
} | |||
SetSpellingStress(phonemes,0); | |||