Hi,
I am wondering why I am experiencing troubles with Dataprocessor, although I have the mySQL tables in “utf8_general_ci” collation?
I want to store the values in the DB as “öäü” and not some weird version. I have no problems with phpMyAdmin, I can store values with Umlaut in the DB straight.
If I use GridConnect, values get displayed as ��� , so I changed line #104 of grid_connector.php to
now the values get displayed properly as “öäü” in the grid… though, I wonder whether I’ve done it right this way. I guess I did. Maybe someone can point me to where the “post values” get processed once a row is updated, as connector still stores in some URI encoded way, such as äöü in the DB.
PS: great product. looking forward to get my first application together