Unicode support

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

Post by estechco » Mon Nov 15, 2004 12:27 pm

I am experiencing some problems with Unicode (Russian) translations within TeeChart v5 (under Delphi 4).

I am seeing that whilst...

Footer.Add(Translate('Some Text')); //Works correctly

SubFoot.Add(Translate('Some Text')); //Displays garbage

Any thoughts?

Regards

David Cresswell

Pep
Site Admin
Site Admin
Posts: 3273
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon Nov 15, 2004 2:43 pm

Hi David,

Unicode is not yet supported.

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

Unicode support

Post by estechco » Mon Nov 15, 2004 3:01 pm

So how come the Footer line works (or am I using the wrong terminology)?

Post Reply