I have a .tsv file with datatable in which the names of the rows are written with cyrillic letters.
When I am trying to pass this names to text(), the cyrillic symbols go unrecognized and thus are not displayed at all.
If I save the file with UTF-8 encoding, it does not change the situation.
Does anyone have an idea/suggestion how to make cyrillic letters recognized by Processing?