
 dd - 2008-01-13 19:54:32 - 
In reply to message 1 from mario mapilele 
Well, drasticGrid is now indeed UTF8 compliant and if you want to use a completely different character set, you have to edit the code yourself.
Maybe this will be made more generic in a coming release, it's put on the wish list.....
If you want to use a different character set right now, you should at least replace the utf statements in drasticSrcMySQL.class.php
Search on UTF and you'll find two lines 113 and 249 that contain UTF code, the first to define the character set that is returned to the client (in a ajax request) the second parses the client data, sent to the server.
Also you should change character sets in Mysql and in the embedding html page and if needed, the http header info.