DSpellCheck
DSpellCheck copied to clipboard
Issue with the symbol interpunct (Middle dot) in the words
Hi there!
I have an issue with the interpunct symbol (·) I'm trying to do a new dictionary and Notepad++ doesn't allow me to have this symbol as a part of a word. For example, "amirel·lu"; the program detect it as two different words ("amirel" & "lu") and that's wrong.
I added this header, but I think DSpellCheck is ignoring the "WORDCHARS" section.
SET UTF-8
FLAG long
LANG mxi-frk_001
WORDCHARS -·
TRY abcdefghijlmnopqrstuvxyzçñáéíóúü-·
FULLSTRIP
This issue happens with "l·l" in the Catalan & Valencian dictionaries too!
Kind regards!
Hi. Currently you need to go to Plugin->DSpellCheck->Settings->Advanced and put middle dot in the field below:
I could implement using
wordchars
but it's hunspell specific so current option would probably be kept as default still.
I didn't know about this option. Thanks! 😁
That implement could be really cool!