Depending on the regional settings, the CSV separator (or the list separator) might be ;
instead of ,
, which, at least on Windows depends on the Regional Settings.
Is there a cross-platform way to detect what the CSV separator is with Qt?
If no cross-platform way is available, is there a Windows-specific way?