I’ve an issue storing following (and some more) dataset into mysql-table:
var t002t = [{“spras”:”1″,
“sprsl”:”0″,
“sptxt”:”塞尔维亚语”}];
Result: 1, 0, ??????
First I thought my mysql table/database has a problem but with collation utf8_general_ci, characterset utf-8 data is stored correct when inserting it directly in mysql.
So maybe it has something to do with characterset of Simplifier?