No-asci chars from the on-rev CGI

Richard Gaskin ambassador at fourthworld.com
Thu Apr 15 09:51:31 EDT 2010


paolo mazza wrote:

> I am facing a problem sending NO-ASCI chars with the rev CGI ( i. e. put
> "ùàòè" ) to a Rev application.
>
> When I receive a string containing chars with accent (i.e. ùàòè) from the
> Revolution CGI , I get strange chars.
>
> Example:
>
> put "ùàòè"
>
> I receive:   "^:'"
>
> How can I fix this?

Try running the data through base64Encode when sending, and base64Decode 
on the receiving end.

--
  Richard Gaskin
  Fourth World
  Rev training and consulting: http://www.fourthworld.com
  Webzine for Rev developers: http://www.revjournal.com
  revJournal blog: http://revjournal.com/blog.irv



More information about the use-livecode mailing list