Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by j.lagos on Oct 12, 2009 08:27
open dhtmlx forum
Grid Load CSV

Everything works fine with the load(url,'csv'), except a problem which concerns the encoding.

In csv a cell contains Greek characters and in grid they presented as ???? question marks.

Is there a way like XML, to declare for CSV encoding utf8?

Thanks
Answer posted by Stanislav (support) on Oct 14, 2009 04:16
There is no way to define such encoding, you can play with content type of server side stream, specifying encoding in it, but it will not work for all browsers in any case.