| { | { | ||||
| int ix; | int ix; | ||||
| unsigned int word; | unsigned int word; | ||||
| unsigned int new_c, c2, c_lower; | |||||
| unsigned int new_c, c2 = ' ', c_lower; | |||||
| int upper_case = 0; | int upper_case = 0; | ||||
| static bool ignore_next = false; | static bool ignore_next = false; | ||||
| const unsigned int *replace_chars; | const unsigned int *replace_chars; | ||||
| *wordflags |= FLAG_CHAR_REPLACED; | *wordflags |= FLAG_CHAR_REPLACED; | ||||
| if (option_phonemes & espeakPHONEMES_TRACE) { | if (option_phonemes & espeakPHONEMES_TRACE) { | ||||
| char msg[21] = {'R','e','p','l','a','c','e',':',' '}; | char msg[21] = {'R','e','p','l','a','c','e',':',' '}; | ||||
| char *index = &msg; | |||||
| index +=9; | |||||
| index += utf8_out(c, index); | |||||
| char *index = msg; | |||||
| index += 9; | |||||
| index += utf8_out(c, index); | |||||
| *index++ = ' '; | *index++ = ' '; | ||||
| *index++ = '>'; | *index++ = '>'; | ||||
| *index++ = ' '; | *index++ = ' '; |