I was amazed as the game leaves all resources open and readable in the asset folder for modding.
But when I tried to translate some of string data, I found all CSVs are encoded in ISO-8859-1. It virtually disallows translation into languages whose orthographies require other letters and characters, in legit ways. It even cannot correctly spell French, as it lacks œ (I tried). I searched the folder unable to find any switch that controls character encoding, so I assume it must be hard-coded in the program at the current state.
Could I use some help?