This bug appears to be caused by the new RTF generator.
In v3.0 build 1015 the text was added into the richedit control and the color/style was applied to the text. This method of formatting is extremely slow.
Just recently I switched to a faster method which converts the text to pure RTF code and then loads the RTF into the richedit control. This new method seems to have trouble displaying multi-byte characters.
I tried several different ways to correct this problem and I've been unsuccessful. If anyone has any suggestions to the problem I would love to hear from you.
|