Loadstrings with Umlauts Umlaut Umlaute / CSV from Excel

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:

https://processing.org/discourse/beta/num_1248357556.html

3 Likes