I attempt to load a text file encoded with UTF-8 into both VCL TRichEdit and DevEx TcxRichEdit. Apparently, TcxRichEdit loads incorrectly:
Delphiprocedure TForm2.Button1Click(Sender: TObject);
begin
RichEdit1.Lines.LoadFromFile('test.txt');
cxRichEdit1.Lines.LoadFromFile('test.txt');
end;
Please try the sample project.
I was not able to reproduce this behavior. Attached is an example that works as expected on my side with video. Please modify it to illustrate the problem and attach it to your next message. We will examine it and do our best to find a solution. I am looking forward to hearing from you.
It works if I use your compile .exe to try but it doesn't work if I compile myself in Delphi XE2. However, if I use Delphi 2007 to compile, it works. I think the problem should occurs in Delphi that support Unicode.
Thank you for your clarification. I've reproduced this problem. I am forwarding this issue to our developers for further processing.
You will receive an automatic message once the status of this issue is changed.
Any chance to get a hotfix?