PxPlus User Forum

Twitter Twitter Twitter

Author Topic: Spell check issue  (Read 1610 times)

Shawn@EVENT

  • Member
  • **
  • Posts: 11
    • View Profile
Spell check issue
« on: October 03, 2018, 09:17:47 AM »
Spell check seems to not be working if the string getting checked starts with "test"

Consider the following where the value of  NOTES$="testjkshdjas"

 LET %SPELL_SITE$="|aspell -a --lang=@@",%SPELL_LANG$="en"
 CALL "*plus/spell/spell",0,LANGCODE$,NOTES$,%SPELL_SITE$

I am getting the popup stating No spelling errors found,Spell check complete

Mike King

  • Diamond Member
  • *****
  • Posts: 3811
  • Mike King
    • View Profile
    • BBSysco Consulting
Re: Spell check issue
« Reply #1 on: October 03, 2018, 10:39:54 AM »
This appears to be something with aspell itself as generally for almost any sequence of characters aspell will have some suggested replacement words yet for some reason it simply rejects words starting with TEST.

While cannot fix aspell itself, we have made some changes that we think will address this issue.

Please download and try replacing *plus/spell/spell with the file found in https://home.pvxplus.com/downloads/misc/spell
Mike King
President - BBSysco Consulting
eMail: mike.king@bbsysco.com

Shawn@EVENT

  • Member
  • **
  • Posts: 11
    • View Profile
Re: Spell check issue
« Reply #2 on: October 04, 2018, 10:41:04 PM »
Thanks, that worked :)