Hi all,
I’m aware that Touch Designer doesn’t suppoprt UTF.
I’m able to use UTF characters in TD using python and storage ([url]http://www.derivative.ca/wiki088/index.php?title=Unicode[/url]).
I would like to be able to recievie UTF encoded text from sources over the network (via OSC, TCP, or something of the sort). The problem is that the OSCin/UDPin/TCP/Web DATs push the recieved message into a DAT(loosing the UTF encoding).
Is there a way to catch the message in python (preserving the encoding) before it’s put to a DAT?
Or maybe I should write a python script for recieving messages from the network and putting it to storage?
Thanks!