Skip to content
This repository was archived by the owner on Oct 10, 2024. It is now read-only.

Commit 40e3511

Browse files
committed
fix: update typo dictionaries
1 parent 2e186b2 commit 40e3511

File tree

2 files changed

+340
-40
lines changed

2 files changed

+340
-40
lines changed

src/typo/dict/en_US/en_US.aff

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2024-01-29 (Marco A.G.Pinto)
2+
# - Fix: apostrophe handling, by adding: WORDCHARS 0123456789’ to the .aff.
3+
#
4+
15
SET UTF-8
26
TRY esianrtolcdugmphbyfvkwzESIANRTOLCDUGMPHBYFVKWZ'
37
ICONV 1
@@ -14,9 +18,7 @@ ONLYINCOMPOUND c
1418
COMPOUNDRULE 2
1519
COMPOUNDRULE n*1t
1620
COMPOUNDRULE n*mp
17-
18-
# Jeroen: removed numbers from WORDCHARS for R
19-
WORDCHARS ’
21+
WORDCHARS 0123456789’
2022

2123
PFX A Y 1
2224
PFX A 0 re .

0 commit comments

Comments
 (0)