07.10.2015, 13:09
Do you know how to convert Unicode to ASCII text? Or how to add Unicode text from variable(non group address) to visualization without conversion?
Unicode to ASCII conversion
|
07.10.2015, 13:09
Do you know how to convert Unicode to ASCII text? Or how to add Unicode text from variable(non group address) to visualization without conversion?
07.10.2015, 13:49
Visualization uses UTF-8 by default, as for dynamic text display you can use 255-byte string data type. It should work without any conversion.
(07.10.2015, 13:49)admin Wrote: Visualization uses UTF-8 by default, as for dynamic text display you can use 255-byte string data type. It should work without any conversion. Where is this type?
08.10.2015, 06:08
Take a look at the attached screenshot, you should set the datatype for object and you don't have to specify it when calling grp.write() or grp.update().
08.10.2015, 06:28
|
« Next Oldest | Next Newest »
|