CSV is often used as a simple machine readable format, and making the recipient parse HTML instead would be a big disadvantage in that case. Regarding text encoding, UTF-8 seems to have emerged in the last decade as the “default text file format”, so we will use that. For Kotlin, in addition to the Java […]