Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor formatting fix.


Excerpt


Description:

AllowAccentedCaps parameter determines whether capital letters words containing accents should be accepted “correct” or considered as misspelled ones.

Parameter type:Boolean
Default value:1
Possible values:
  • 0 – words containing accented capitals are considered misspelled;
  • 1 – capital letters words containing accents are considered as correct ones.


Note

If the default spell checking language is French or Canadian French, AllowAccentedCaps should be set to 0. For other cases, it is recommended to keep AllowAccentedCaps set to 1. Otherwise, with 0, you might experience slight performance degradation.


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


...