Page 1 of 1

Unicode support (again)

Posted: Tue Nov 16, 2004 2:45 pm
by 4206093
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

Posted: Tue Nov 16, 2004 3:51 pm
by Marjan
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;

Unicode support (again)

Posted: Tue Nov 16, 2004 4:26 pm
by 4206093
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