I work in Switzerland, where the semicolon ; is the "official" list separator in Windows' regional settings.
Excel uses this separator when creating CSV files.
In RFC 4180 the CSV file is defined as comma separated and has the mime type of text/csv associated. My file does not conform to this definition.
I'm using application/vnd.ms-excel instead, but I'm not satisfied by declaring it an "Excel" file, since it's an application independent semicolon-separated file.
What would the correct MIME type be?
Thanks!