Unicode-Bug in InsertRTFFromStreamEd ?
Posted: Fri Aug 26, 2011 7:34 pm
Hello,
I'm trying to append RTF-Files from StringStream into one RichViewEdit. All my Strings/RTFs are stored in unicode and everything is working fine.
When I load a RTF via
everything is working fine.
But now I want to append more RTF-Files so that I have to use
The result is something like this in the attachment, in words:
I'm using v12.7.4
What's wrong?
Thank you!
PS: I can't upload any files... nevertheless: i think the problem is described well. Thanks
I'm trying to append RTF-Files from StringStream into one RichViewEdit. All my Strings/RTFs are stored in unicode and everything is working fine.
When I load a RTF via
Code: Select all
LoadFromStream(ss, rvynaAuto); //also rvynaYes is doing well
But now I want to append more RTF-Files so that I have to use
Code: Select all
InsertRTFFromStreamEd(ss);
So it must be a unicode-related problem.-8 1 3 1-9 2 0 0 2 0 1RVStyle1Ê StyleNameNormal textFontNameTahomaUnicode StyleNameHeadingFontNameArialStylefsBoldColorclBlueUnicode StyleNameSubheadingFontNameArialStylefsBoldColorclNavyUnicode StyleNameKeywordsFontNameArialStylefsItalicColorclMaroonUnicode StyleNameJump 1FontNameArialStylefsUnderlineColorclGreenJump Unicode StyleNameJump 2FontNameArialStylefsUnderlineColorclGreenJump Unicode -9 2 0 0 2 0 2RVStyle1X StyleNameParagraph StyleTabs StyleNameCentered Alignment rvaCenterTabs-9 2 0 0 2 0 4RVStyle1-9 0 0 0 0 0 70 1 0 8 0 0teest)
I'm using v12.7.4
What's wrong?
Thank you!
PS: I can't upload any files... nevertheless: i think the problem is described well. Thanks