unicode in DAT, parsing .srt

I try to do a system to read .srt subtitle file and parse it for using with movie player.
If I import it in DAT, there is no Unicode and if I import it in TOP with python, I cannot parse it. Do you have the project to introduce unicode in DAT?
I have done that in Isadora with JavaScript and I need it in TD.
Thank you,
Jacques Hoepffner

Hello,
I found a partial solution, as recommended in the wiki, I import proper unicode text file in a variable with python and then I parse it in a DAT table.
When another script search for the cell and put in TOP text, it keeps all the special letters.
It work for French, I will try for another languages.
Here is my first attempt to do a subtitle reader, feel free to comment it.
Happy new year,
Jacques
NewProject.toe (8.85 KB)