Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
425
Spell check with custom dictionary
posted

Our customer uses a custom dictionary. In this dictionary he added lower case words like

  • thisa
  • thiso

At run-time we use this dictionary and care about case sensitivity. User enters a word in a text editor at run-time. For instance 'tHisa'. The spell checking doesn't show any error.

If user makes the same error with works from the English default dictionary, everything is fine. The word is underlined.

We use Infragistics4.Win.UltraWinSpellChecker.v13.1.

When user open spell check dialog and types in 'THisa' then the suggestion list shows 'Thisa' which is not included in the user dictionary.

Parents Reply Children
No Data