This is a migrated thread and some comments may be shown as answers.

Case-Insensitive SpellChecking

1 Answer 49 Views
SpellChecker
This is a migrated thread and some comments may be shown as answers.
Maurizio
Top achievements
Rank 2
Maurizio asked on 27 Oct 2014, 04:33 PM

How do I tell the SpellChecker to do a case-insentitive word comparison?

So if my dictionary of valid words contains "Foo" how do I tell the SpellChecker not to underline lower-case "foo"?


(I don't mean DocumentSpellChecker.Settings.SpellCheckUppercaseWords feature)

1 Answer, 1 is accepted

Sort by
0
Accepted
Petya
Telerik team
answered on 29 Oct 2014, 06:01 PM
Hi Peter,

The default English dictionary we provide with the control contains only lower case words, as do most of the dictionaries that have been provided by clients over the years. That said, RadSpellChecker actually transforms the words that are being checked ToLower() and searches in the dictionary with that result.

As to the SpellCheckUppercaseWords feature, this option allows to spellcheck languages that do not have a concept of distinct upper and lower case letters like Arabic, as well as all upper-case words, but you are right that it is pretty different than what you are looking for.

We actually haven't received similar requests until now, so could you please provide more details on your scenario? For example, what is the culture you are spellchecking in and are you creating your own dictionary?

Regards,
Petya
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
SpellChecker
Asked by
Maurizio
Top achievements
Rank 2
Answers by
Petya
Telerik team
Share this question
or