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
Unicode support
-
- Newbie
- Posts: 4
- Joined: Tue May 01, 2001 4:00 am
- Location: Newcastle upon Tyne, UK
- Contact:
Unicode support
So how come the Footer line works (or am I using the wrong terminology)?