Page 1 of 1

Unicode support

Posted: Mon Nov 15, 2004 12:27 pm
by 4206093
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

Posted: Mon Nov 15, 2004 2:43 pm
by Pep
Hi David,

Unicode is not yet supported.

Unicode support

Posted: Mon Nov 15, 2004 3:01 pm
by 4206093
So how come the Footer line works (or am I using the wrong terminology)?