<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Set semicolon ; as default Field Delimiter for CSV instead of comma , (avoid confusion for French and other)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=121880#c10">Comment # 10</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Set semicolon ; as default Field Delimiter for CSV instead of comma , (avoid confusion for French and other)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=121880">bug 121880</a>
              from <span class="vcard"><a class="email" href="mailto:mikekaganski@hotmail.com" title="Mike Kaganski <mikekaganski@hotmail.com>"> <span class="fn">Mike Kaganski</span></a>
</span></b>
        <pre>(In reply to Mike Kaganski from <a href="show_bug.cgi?id=121880#c9">comment #9</a>)
<span class="quote">> if our import doesn't automatically mask all occurrences of separator symbol</span >

A thinko; should had been "if our *export* doesn't automatically mask ..."

Just tested with my Russian locale that also uses comma as decimal separator:
on export, it automatically encloses all numbers with commas into double
quotes, as RFC 4180 section 2.6 prescribes.

So cells like

<span class="quote">> |  A   |  B   |
> | 3.14 | 5.67 |</span >

become in CSV:

<span class="quote">> "3,14","5,67"</span >

... as expected, and are parsed fine. So I can't reproduce the problem
described in the issue, using Version: 7.0.3.1 (x64)
Build ID: d7547858d014d4cf69878db179d326fc3483e082
CPU threads: 12; OS: Windows 10.0 Build 19042; UI render: Skia/Raster; VCL: win
Locale: ru-RU (ru_RU); UI: en-US
Calc: CL</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>