https://bugs.freedesktop.org/show_bug.cgi?id=41217

           Summary: FILESAVE: Saving CSV file always forces separator to
                    semicolon value with some locales
           Product: LibreOffice
           Version: LibO 3.4.3 release
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: UI
        AssignedTo: [email protected]
        ReportedBy: [email protected]


1. Create a .csv file with a few dummy values (using the French locale).
2. Save it, and in filter options specify "," as separator.
3. Close it, open it again, change something (or pretend to), click File->Save.
4. See how it now uses ";" as separator.

This is fully reproducible with the French locale. This may be because it uses
";" as the default separator, since "," is already the decimal separator.

I tested with an English locale, whose decimal separator is "." and default CSV
separator ",", and the problem does not happen: if you create a file using ";"
as separator, open it again and save it, ";" is still used. So the buggy code
is in the handling of the non-standard ";" CSV separator.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to