I am having an issue with the SpellChecker when using the Undo button. When the SpellChecker Dialog is displayed and the user clicks the "Change" button and then clicks the "Undo" button, the text in the UltraTextEditor associated to the SpellChecker is corrupted. All of the /n (newline) and other escape sequences are displayed as Extended Aschii characters. Obviouslly this removes all formatting from the UltraTextEditor and I am left with a long string. This only happens when using the "Undo" button. I have looked for a SpellChecker event I could capture to see what is going on but the documentation for the SpellChecker is not helping.