Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 593936
Collapse All | Expand All

(-)espeak-1.48.04-source/src/tr_languages.cpp.old (-1 / +1 lines)
Lines 198-204 Link Here
198
	0x200d,  1, // zero width joiner
198
	0x200d,  1, // zero width joiner
199
	0, 0 };
199
	0, 0 };
200
200
201
const char string_ordinal[] = {0xc2,0xba,0};  // masculine ordinal character, UTF-8
201
const char string_ordinal[] = {(char) 0xc2,(char) 0xba,0};  // masculine ordinal character, UTF-8
202
202
203
203
204
static Translator* NewTranslator(void)
204
static Translator* NewTranslator(void)

Return to bug 593936