This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Unicode to ASCII conversion
#1
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?
Reply
#2
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.
Reply
#3
(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?

Attached Files Thumbnail(s)
   
Reply
#4
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().

Attached Files Thumbnail(s)
   
Reply
#5
(08.10.2015, 06:08)admin Wrote: 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().

It works Smile

Great job!
Reply


Forum Jump: