On Wed, Jun 25, 2014 at 3:35 PM, J. Landman Gay <jac...@hyperactivesw.com>
wrote:

>
> The server wants UTF8 and I think (but am not sure) that I need to get:
>  Santer%C3%ADa


Convert the string to UTF8 prior to urlencoding it:

put "SanterĂ­a" into theStr
put unidecode(uniencode(theStr), "utf8") into thestr
put urlencode(theStr)

-- 
Trevor DeVore
Blue Mango Learning Systems
www.screensteps.com    -    www.clarify-it.com
_______________________________________________
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