DSpellCheck icon indicating copy to clipboard operation
DSpellCheck copied to clipboard

Issue with the symbol interpunct (Middle dot) in the words

Open SuiKaze opened this issue 1 year ago • 2 comments

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!

SuiKaze avatar Feb 09 '24 00:02 SuiKaze

Hi. Currently you need to go to Plugin->DSpellCheck->Settings->Advanced and put middle dot in the field below: image I could implement using wordchars but it's hunspell specific so current option would probably be kept as default still.

Predelnik avatar Mar 15 '24 20:03 Predelnik

I didn't know about this option. Thanks! 😁

That implement could be really cool!

SuiKaze avatar Mar 20 '24 16:03 SuiKaze