Can I use Chinese in DHTMLX grid's grid.xml?

Can I use Chinese in DHTMLX grid’s grid.xml?

I tried to use Chinese in the grid’s content xml,but it always hint me with the message “Error Type”.The encoding has been set to UTF-8.How can I solve this problem?

Component is encoding agnostic, while encoding supported by browser , grid can work with it as well.
If you loading data from XML please be sure that
a) encoding of page set to necessary codepage
b) XML contains correct encoding in header
           <?xml version="1.0" encoding="UTF-8" ?>

If problem still occurs for you - please provide a sample of problematic XML.