Dataprocessor encoding

I placed a DataGrid into a Webpage and used the Dataprocessor to automatically update and insertdata into ther serverside database.



But once i put in umlauts (e.g. “�”,“�”,…) into a cell the string ist cuttet from the umlaut char.

e.g.:

If you type in “B�ro” - only “B” will be saved into the database.

The postvars are all sent to the server, but not correct. The output show something like this “B?ro”.



The database, databaseconnection the webpage and the webpageheaders are all correct utf-8.



Webpageheader:

---------------------

Content-Type    text/html; charset=UTF-8



HTML-Code:

--------------

<?xml version="1.0" encoding="utf-8" ?>



    

    

        





Thank you & kind regards

If you are using latest version of dataprocessor, please try to add next line to its code
dp.enableUTFencoding(true); // true - utf based encoding, false - escape based encoding

If such command not supported by your version of dataprocessor.js - please contact us directly at support@dhtlmx.com - we will send you an updated js file.