Hi Hans-Peter,
I have the pinEditSpell add-on v6.0.0.612 installed. It crashes the application when spell checking is applied to DBCS text.
My questions are:
1. Is there an update to pinEditSpell that will support DBCS?
2. If not, is there anyway to capture this exception or disable spell checking when editor content is DBCS text?
Thanks,Tuan
The error is stack overflow. Following are the last 2 calls on the call stack:
mscorlib.dll!System.Collections.ArrayList.ArrayList(int capacity) + 0x18 bytes pinEditSpell.dll!Pintexx.Components.Web.pinEdit.Spell.SpellChecker.FindSuggestions(string word = "ひらがな", bool searchLowerCase = true) + 0x1a7 bytes
Tuan Nguyen wrote: Hi Hans-Peter, I have the pinEditSpell add-on v6.0.0.612 installed. It crashes the application when spell checking is applied to DBCS text. My questions are: 1. Is there an update to pinEditSpell that will support DBCS? 2. If not, is there anyway to capture this exception or disable spell checking when editor content is DBCS text? Thanks,Tuan
As mentioned in the first post, I'm using version 6.0.0.613 of the .NET pinEditSpell control.
1. Here's a quick quote from Wikipedia wrt DBCS.
DBCS stands for Double Byte Character Set. This term has two basic meanings:
2. How can you do enable/disable spell checking? This is probably the easier task. Since it does not look like the pinEditSpell control can handle DBCS text, I need to know when DBCS text is added to disable spell checking accordingly.
3. Also, the problem lies in the FindSuggestions(string, boolean) method. Do you anticipate any efforts in fixing this method to handle double-byte characters?
Thanks, Hans-Peter.
As for question #3, you could reply to me privately.