Visual Basic Foro

Programación => Visual Basic 6 => Mensaje iniciado por: green.pitch en Diciembre 15, 2011, 10:48:05 pm

Título: Google Speak API for Unicodes
Publicado por: green.pitch en Diciembre 15, 2011, 10:48:05 pm
Dear Bros,
I'v tried Google Speak API from:
Código: [Seleccionar]
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
Código: [Seleccionar]
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, :)
Título: Re:Google Speak API for Unicodes
Publicado por: raul338 en Diciembre 16, 2011, 10:07:58 am
I think you need convert the unicode strings to URL-encoding, but i don't know how the URL accepts unicode chars :/
Título: Re:Google Speak API for Unicodes
Publicado por: seba123neo en Diciembre 16, 2011, 06:36:46 pm
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.