Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt


Description:CaseSensitive parameter regulates whether words with different letter-case patterns should be treated as different words.
Parameter type:Boolean
Default value:1
Possible values:
  • 0 – words containing different case patterns are treated as identical. Example: “WebSpellCheckerAmerican” and “webspellcheckeramerican” are identical words.
  • 1 – words containing different case patterns are treated as two separate words.
Note

Setting the default value to 0 will degrade system performance.



Code Block
languagexml
themeEmacs
<CaseSensitive>1</CaseSensitive>


...