Unicode ??

edited 7:53AM in FastReport 3.0
Hello FastReport,

are there any plans to support unicode in the next time or any tips how to print unicode?
With TRichEdit it is possible to do so if the text ist entered with the inplace editor. But a "TfrxRichView(sender).RichEdit.Text := ..." does not work even if the Text is coming from a TNT unicode component.

Every tip is welcome, i need a reporter with unicode for Delphi 5 (yes i know, a litte old, but D2005 in pure VCL mode does not support unicode too) next month and i had to look for another tool if i find no solution very soon.

thanks in advance,
Helmut


Comments

  • edited 7:53AM
    FR does not support unicode, we don't plan to support it in the near time. RichEdit.Text is of type String, not WideString. You can try to use RichEdit.Lines.LoadFromStream.

Leave a Comment