<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Incorrect autocorrection of apostrophes in German text"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=128860#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Incorrect autocorrection of apostrophes in German text"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=128860">bug 128860</a>
              from <span class="vcard"><a class="email" href="mailto:vstuart.foote@utsa.edu" title="V Stuart Foote <vstuart.foote@utsa.edu>"> <span class="fn">V Stuart Foote</span></a>
</span></b>
        <pre>(In reply to Rob Schroeder from <a href="show_bug.cgi?id=128860#c5">comment #5</a>)
<span class="quote">> > Seems to me current handling of typographic 'single quotes' is correct to
> > function--use of opening and closing quotation. An immediate <Ctrl>+z or 
> > <Esc> will revert any unwanted autocorrect while typing" 
> This report is not about 'single quotes' handling being incorrect, it is
> about 'apostrophes' not being properly handled. Apostrophes are routinely
> recognised as a single quote (end quote), which is incorrect, and reverting
> the autocorrection still does the wrong thing - it reverts back to the a
> typewriter-style x0027 character, where a typographic apostrophe symbol
> would be correct.</span >

And exactly which Unicode glyph would be the "typographic apostrophe symbol"
that would be "correct"--and for which locale?

Only the 0x0027 is an APOSTROPHE and has its own Unicode glyph, everything else
requires a Unicode glyph be substituted--a single quote (opening or closing),
or other locale appropriate glyph--depending on locale.

We handle as quotes (single or double), or with Autocorrect disabled as
apostrophe (and use of 0x0027 as drawn fro the font in use for the paragraph).

To be precise what is required is additional editengine, or autocorrect, logic
to handle keyboard input of the Apostrophe keysym (0x0027) with more options
than as a single quotation (opening or closing). Likewise for the Quotation
Mark keysym (0x0021).

Can't do it now, but it is Not a Bug, so => Enhancement requiring dev effort.</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>