Unicode support (again)

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
estechco
Newbie
Newbie
Posts: 4
Joined: Tue May 01, 2001 4:00 am
Location: Newcastle upon Tyne, UK
Contact:

Unicode support (again)

Post by estechco » Tue Nov 16, 2004 2:45 pm

Sorry to be pushy over this, but how come the Footer line works for Russian (cyrillic) characters when the SubFooter doesn't?

Regards

Dave C

Marjan
Site Admin
Site Admin
Posts: 745
Joined: Fri Nov 07, 2003 5:00 am
Location: Slovenia
Contact:

Post by Marjan » Tue Nov 16, 2004 3:51 pm

Hi, Dave.

Which Teechart version are you using ? I've tried this with Teechart v7.01 and it worked fine (as far as I can tell, I don't have cyrillic fonts). I got the same result for both lines:

Code: Select all

  With Chart1 do
  begin
    Foot.Text.Clear;
    SubFoot.Text.Clear;
    Foot.Text.Add('Some Text');
    SubFoot.Text.Add('Some Text');
  end;
Marjan Slatinek,
http://www.steema.com

estechco
Newbie
Newbie
Posts: 4
Joined: Tue May 01, 2001 4:00 am
Location: Newcastle upon Tyne, UK
Contact:

Unicode support (again)

Post by estechco » Tue Nov 16, 2004 4:26 pm

v5 (under D4)

I presume you saw the email I sent to you directly as well? Sorry for that, but I'm working to a kind of short timescale. If you don't set your Code page etc to Russian then you won't see cyrillic chars properly which is kind of where I am. The footer show the proper symbols whilst the subfooter doesn't i.e. русский -v- rubbish chars

Regards

Dave

Post Reply