RvEYoda Posted April 16, 2016 Posted April 16, 2016 Quick question. Since lua has no widechar support and uses just bytestrings. Can we assume DCS always outputs strings in lua environments as utf8? (e.g. Export.lua) Thanks.. /Y S = SPARSE(m,n) abbreviates SPARSE([],[],[],m,n,0). This generates the ultimate sparse matrix, an m-by-n all zero matrix. - Matlab help on 'sparse'
RvEYoda Posted April 17, 2016 Author Posted April 17, 2016 If anyone is interested, all our tests so far suggest dcs DOES encode strings in Export.lua environment with utf8 :). We exported some cyrillic stuff, sent as json and it was successfully read on the receiving end! S = SPARSE(m,n) abbreviates SPARSE([],[],[],m,n,0). This generates the ultimate sparse matrix, an m-by-n all zero matrix. - Matlab help on 'sparse'
Recommended Posts