You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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.

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.

<AllowAccentedCaps>1</AllowAccentedCaps>

  • No labels