Form, Dataprocessor, Connector

how about submitting form at Russian lang ?
when posting it receive
conn.php?add=true&FIRST_NAME=%D1%84%D1%8B%D0%B2%D0%B0%D1%84%D1%8B%D0%B2%D0%B0&… etc

or other way to submit value no throw POST and GET methods …

You can try to add

dp.enableUTFencoding(false)

or

dp.escape = function(val){ return val; }

to fully disable data escaping

thx…

woking normaly, somthing wrong at DB …