[Libreoffice-bugs] [Bug 116387] New: Autocorrect greek ch =?UTF-8?Q?aracter=20=CF=83=20?=(sigma)=?UTF-8?Q?=20to=20=CF=82=20?=( final sigma) when at the end of a word
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Mar 13 20:05:18 UTC 2018
https://bugs.documentfoundation.org/show_bug.cgi?id=116387
Bug ID: 116387
Summary: Autocorrect greek character σ (sigma) to ς (final
sigma) when at the end of a word
Product: LibreOffice
Version: 3.3.0 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: enhancement
Priority: medium
Component: Localization
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: vangelen at gmail.com
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
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180313/6927d7ac/attachment.html>
More information about the Libreoffice-bugs
mailing list