While I do get all the accents rendering in the text you provided, TouchDesigner currently does not support unicode in Text DATs so those characters outside extended ASCII can not be read in through DATs.
To use the unicode feature in the Text TOP, you must load your text in through python from an external file. The process is explained here. derivative.ca/wiki099/index … le=Unicode
We are currently working on full unicode support for a future version of TouchDesigner, you can expect it to be released later this year.
Could you explain what is wrong with the output. When I run the file you posted it looks the same as the text in the .txt file. The screengrab you added is cut off in the forum, please add it to a .zip but I am still unsure of what I should be looking at, everything looks fine on this end.
Indeed, when i open the toe file, everything works.
Now i need to change something in the text so i edit the text file and run the script again : now the text is corrupted.
see attached zip :
ok.png is what it should look like (when opening the project file)
ko.png is the corrupted result after editing the text file.
Now maybe i am not editing the file or reloading it the right way ?