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
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to