Displaying unicode text in Rave Reports on Delphi 2009 - Stack Overflow most recent 30 from stackoverflow.com2009-11-30T15:24:20Zhttp://stackoverflow.com/feeds/question/527287http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/527287/displaying-unicode-text-in-rave-reports-on-delphi-20090Displaying unicode text in Rave Reports on Delphi 2009Ryan Bates2009-02-09T06:41:04Z2009-11-09T07:32:18Z
<p>I am in the process of porting a Delphi 2006 app to Delphi 2009. Out of the box support for unicode has been easy - almost no work required. Most 3rd party controls already have Delphi 2009 updates available.</p>
<p>Rave Reports (latest version 7.6.1, available <a href="http://cc.codegear.com/item/26089" rel="nofollow">here</a>) has also been updated, but I cannot seem to get it to correctly display RTF text containing Japanese characters. In Delphi 2006, I loaded RTF to the DataMemo component in a RVCustomConnection's OnGetRow event by reading the RTF from a screen control (TLMDRichEdit) using streams and then doing a CustomConnection.WriteBlobData.</p>
<p>In the report output, any RTF text now shows up as a series of rectanges and % signs. No readable text. All other text (displayed using Text and DataText components) displays correctly. </p>
<p>Does anyone have any experience on how to get RTF containing unicode to display correctly? Is it even supported?</p>
http://stackoverflow.com/questions/527287/displaying-unicode-text-in-rave-reports-on-delphi-2009/544717#5447170Answer by Ryan Bates for Displaying unicode text in Rave Reports on Delphi 2009Ryan Bates2009-02-13T04:21:50Z2009-02-13T04:21:50Z<p>Unless someone from Nevrona cares to comment, I am concluding that it is not (yet) possible.</p>
http://stackoverflow.com/questions/527287/displaying-unicode-text-in-rave-reports-on-delphi-2009/777061#7770610Answer by Lukasz for Displaying unicode text in Rave Reports on Delphi 2009Lukasz2009-04-22T12:50:09Z2009-04-22T12:50:09Z<p>Even without unicode the RTF printing in Rave reports is broken (adds rectangles at the end of the lines). New version 7.6.2 has not fixed this,,,</p>
<p>F&^%ing pathetic from Codegear (or what is it called now) and Nevrona...</p>
http://stackoverflow.com/questions/527287/displaying-unicode-text-in-rave-reports-on-delphi-2009/857065#8570650Answer by Bacchus for Displaying unicode text in Rave Reports on Delphi 2009Bacchus2009-05-13T09:51:06Z2009-05-13T09:51:06Z<p>I run the evaluation copy - any one able to share a link to the 7.6.2?</p>
<p>/P</p>
http://stackoverflow.com/questions/527287/displaying-unicode-text-in-rave-reports-on-delphi-2009/1699580#1699580-1Answer by MAcK for Displaying unicode text in Rave Reports on Delphi 2009MAcK2009-11-09T07:32:18Z2009-11-09T07:32:18Z<p>I have delphi 2010 and rave 7.7 The Rave has some bugs. How I can change to 7.6 version for delphi 2010?</p>