Jquery $.ajax uses the " encodeURIComponent " javascript function that sends "application/x-www-form-urlencoded" content-type values for the forms
elements.

When handled by Active4D the forms elements are not properly decoded and
accented characters do not appear properly.

None of the decoding functions provided by A4D or 4D fixes the problem.

The problem is that encodeURIComponent converts to UTF-8, which neither 4D nor Active4D understand. Unfortunately Ajax expects UTF-8 data when sending and receiving. I'm trying to find a solution.

Regards,

   Aparajita
   www.aparajitaworld.com

   "If you dare to fail, you are bound to succeed."
   - Sri Chinmoy   |   www.srichinmoy.org


_______________________________________________
Active4D-dev mailing list
Active4D-dev@aparajitaworld.com
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to