Quote:
Originally Posted by CANCUNATNIGHT
Bueno hasta aquí bien, pero solo consigo que pronuncie la primera letra del texto deseado.
|
I can just about read, but not write Spanish. I had a similar effect porting the Flite library. .NET strings are UTF-16 but the C based Flite code wanted ASCI strings so Flite saw the first character then a zero which it treated as end of string. I had to repack the string to make it work.