Colin...

Thanks, but that does not work... nothing is returned..:-(

> From: colinholg...@gmail.com
> Subject: Re: Strange Characters...
> Date: Thu, 7 May 2015 09:54:58 -0400
> To: use-livecode@lists.runrev.com
> 
> From what Mr Google suggests, URI and URL can’t have Unicode characters in 
> them, you have to UTF-8 encodes things.
> 
> Try:
> 
> put "http://www.xxxxxxxx.com/spencerdata/index.lc?A=index&thetongue= 
> <http://www.xxxxxxxx.com/spencerdata/index.lc?A=index&thetongue=>" & 
> uniEncode(thelanguage,”UTF8”) into tURL
> put URL tURL into temp
> _______________________________________________
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
                                          
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to