<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Autocorrect greek character σ (sigma) to ς (final sigma) when at the end of a word"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=116387">116387</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Autocorrect greek character σ (sigma) to ς (final sigma) when at the end of a word
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>3.3.0 release
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Localization
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>vangelen@gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Description:
 Essentialy an enhancement: 
how to add a feature that MS Office has to LibreOffice: in Greek the letter σ
(which stands for s) when at the end of a word is automatically corrected to ς
(known in Greek as "final s"). 
In Greek layout, σ is assigned to key S while ς is assigned to key W. The
majority of users in Greece have learned to type on MS Word so W has become a
somewhat dead key in Greek layout. Shaking the habit, even if someone decides
to try and commit to it, can be tricky so adding this feature would boost ease
of use for a big part of the Greek community.

Steps to Reproduce:
1. type any word in Greek ending in σ
2. be sure to type it using S key (corresponding to σ) not W key (which prints
ς)


Actual Results:  
σ does not automatically change to ς

Expected Results:
σ should change to ς. They are essentially the same character, just the form
changes when at the end of a word.


Reproducible: Always


User Profile Reset: No



Additional Info:
A workaround and a solution was provided on the IRC chat at #libreoffice by
@cloph:

The workaround is to search for σ\b and replace with ς (with regular
expressions enabled).

The solution is to add an autocorrect entry with .*σ with ς as replacement
text.

Both work like a charm so I wanted to share with the community!


User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:58.0) Gecko/20100101
Firefox/58.0</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>