
Signature
Mark Rae
ASP.NET MVP
http://www.markrae.net
>> Does anyone have or know where I can get a some code that will check a
>> TextBox for inappropriate language.
[quoted text clipped - 6 lines]
>
> Do you mean "rude" words...? Do you have a list of these?
Yes, but I don't have a list at the moment. We just want to control as best
we can that clients that post on our site are not posting bad language
(rude, insulting etc). We can do this easily manually but this also slows
down the time it can actually be posted as well as being time intensive. It
negates the whole point of using technology when we have to manually check
everything.
> What about internationalisation? E.g. the Spanish and Italian word for
> 'with' is pretty rude in French... :-)
You're right there can be exceptions. Spam filters do the best they can to
prevent this but things obviously get through. That doesn't mean you don't
do anything.
> What about exceptions? E.g. the famous (and true) case in the early 90s
> when CompuServe obscenity filter blocked all new registrations from people
> who lived in Scunthorpe... :-)
As I mentioned there are exceptions. I just want to do a cursory scan that
will cut down problems. If some get through we will simply cancel
membership - to the best of our ability.
Thanks,
Tom