Visual Basic Foro
Programación => Visual Basic 6 => Mensaje iniciado por: green.pitch en Diciembre 15, 2011, 10:48:05 pm
-
Dear Bros,
I'v tried Google Speak API from:
http://leandroascierto.com/blog/472/
It's Cool really very nice.. But I want it to use for Unicode languages (Arabics, Russian..etc) also.
As Vb6.0 doesn't support fully unicodes strings. So I am confused how may I send these unicodes strings via Google Speak API function..
How send these Unicodes with
http://translate.google.com/translate_tts?tl =
Please kindly guide me how may make it..
It's a very important module for my project..
Thank's
Regards, :)
-
I think you need convert the unicode strings to URL-encoding, but i don't know how the URL accepts unicode chars :/
-
mira lo que hablan en este post, tiene un ejemplo de URL en chino.
Unicode characters in URLs (http://stackoverflow.com/questions/2742852/unicode-characters-in-urls)
saludos.