https://bugs.documentfoundation.org/show_bug.cgi?id=147099
Bug ID: 147099
Summary: Some dictionaries don't include apostrophes in
WORDCHARS
Product: LibreOffice
Version: 5.2.0.4 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Linguistic
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
It seems that at least all en_* dictionaries besides en_GB do not include
apostrophes in their WORDCHARS line of their affix files (see the .aff files in
https://cgit.freedesktop.org/libreoffice/dictionaries/tree/en).
This does not directly impact LibreOffice, but can instead be seen when, for
example, using hunspell with one of the affected dictionaries. For instance:
~/git/dictionaries master
❯ hunspell -d en/en_US
Hunspell 1.7.0
isn't
& isn 9 0: sin, ins, ism, is, in, inn, ion, isl, is n
*
~/git/dictionaries master
❯ hunspell -d en/en_GB
Hunspell 1.7.0
isn't
*
It looks like this was first introduced in
https://gerrit.libreoffice.org/c/dictionaries/+/25348/.
This is most likely resolvable by just adding a ' to the end of each WORDCHARS
entry of these dictionaries.
--
You are receiving this mail because:
You are the assignee for the bug.