Displaying unicode text in Rave Reports on Delphi 2009 - Stack Overflow most recent 30 from stackoverflow.com 2009-11-30T15:24:20Z http://stackoverflow.com/feeds/question/527287 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/527287/displaying-unicode-text-in-rave-reports-on-delphi-2009 0 Displaying unicode text in Rave Reports on Delphi 2009 Ryan Bates 2009-02-09T06:41:04Z 2009-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#544717 0 Answer by Ryan Bates for Displaying unicode text in Rave Reports on Delphi 2009 Ryan Bates 2009-02-13T04:21:50Z 2009-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#777061 0 Answer by Lukasz for Displaying unicode text in Rave Reports on Delphi 2009 Lukasz 2009-04-22T12:50:09Z 2009-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&amp;^%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#857065 0 Answer by Bacchus for Displaying unicode text in Rave Reports on Delphi 2009 Bacchus 2009-05-13T09:51:06Z 2009-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 -1 Answer by MAcK for Displaying unicode text in Rave Reports on Delphi 2009 MAcK 2009-11-09T07:32:18Z 2009-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>