Bug Report Q470776
Visible to All Users

cxRichEdit - In RAD Studio 2010 or later, the editor incorrectly loads a plain text in UTF-8 encoding

created 12 years ago

I attempt to load a text file encoded with UTF-8 into both VCL TRichEdit and DevEx TcxRichEdit. Apparently, TcxRichEdit loads incorrectly:

Delphi
procedure TForm2.Button1Click(Sender: TObject); begin RichEdit1.Lines.LoadFromFile('test.txt'); cxRichEdit1.Lines.LoadFromFile('test.txt'); end;

Please try the sample project.

Show previous comments (1)

    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.

    DevExpress Support Team 12 years ago

      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?

        Answers approved by DevExpress Support

        created 12 years ago (modified 12 years ago)

        This issue is fixed. You are welcome to download and apply a fix now.

          Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

          Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.