Editor Extension MSSQL charset Problem
Editor Extension MSSQL charset Problem
Hello,
im new in use with the Editor Datatable Extension. By now i made a small change in the Sqlserver driver to use "dblib" as PDO driver to connect to my MS SQL 2012 Database.
My problem is, that my Database (commercial Application) use "Latin1_General_CI_AS" as charset. I cant and want to change this.
Because of json_encode requires UTF-8 data, i get no result to my Datatable.
Is there a option in the Editor Extension to convert the data first or are there other possibilities?