<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - auto-correction of typographic quotation marks and apostrophes broken for fr_CI"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=124108#c9">Comment # 9</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - auto-correction of typographic quotation marks and apostrophes broken for fr_CI"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=124108">bug 124108</a>
              from <span class="vcard"><a class="email" href="mailto:sommerluk@gmail.com" title="sommerluk@gmail.com">sommerluk@gmail.com</a>
</span></b>
        <pre>To open a double quotation mark use the following sequence:

Either:
– U+00AB LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
– U+00A0 NO-BREAK SPACE [NBSP]

Or:
– U+00AB LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
– U+202F NARROW NO-BREAK SPACE [NNBSP]

To close a double quotation mark use the following sequence:

Either:
– U+00A0 NO-BREAK SPACE [NBSP]
– U+00BB RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK

Or:
– U+202F NARROW NO-BREAK SPACE [NNBSP]
– U+00BB RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK

This should be valid in all the countries you have listed.

<span class="quote">> ‘ :for QuotationStart and QuotationEnd</span >

If this is about second level citations or quotation marks, than: No, this is
wrong. There are different opinions about how second level quotation marks
should look like in French typography, but none of these opinions is about
using U+0027 APOSTROPHE. It might be either “like this” or ‹ like this ›, see
also
<a href="https://fr.wikipedia.org/wiki/Guillemet#Double_ou_triple_niveau_de_citation">https://fr.wikipedia.org/wiki/Guillemet#Double_ou_triple_niveau_de_citation</a>.
Also LibreOffice’s fr_FR.xml seems a little bit strange in this sense.

Anyway, for the normal apostrophe usage, always U+2019 RIGHT SINGLE QUOTATION
MARK is the right choise.</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>