URLEncode accent-i

Trevor DeVore lists at mangomultimedia.com
Wed Jun 25 16:29:25 EDT 2014


On Wed, Jun 25, 2014 at 3:35 PM, J. Landman Gay <jacque at 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



More information about the use-livecode mailing list