Will saving your file as a UTF-8 CSV solve your problem, or do you need to make your code able to load non-UTF-8 text?
https://processing.org/reference/loadStrings_.html
Here is an old example of loading iso-8859-2 text:
Will saving your file as a UTF-8 CSV solve your problem, or do you need to make your code able to load non-UTF-8 text?
https://processing.org/reference/loadStrings_.html
Here is an old example of loading iso-8859-2 text: