Search found 4 matches

by estechco
Tue Nov 16, 2004 4:26 pm
Forum: VCL
Topic: Unicode support (again)
Replies: 2
Views: 4762

Unicode support (again)

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...
by estechco
Tue Nov 16, 2004 2:45 pm
Forum: VCL
Topic: Unicode support (again)
Replies: 2
Views: 4762

Unicode support (again)

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
by estechco
Mon Nov 15, 2004 3:01 pm
Forum: VCL
Topic: Unicode support
Replies: 2
Views: 4409

Unicode support

So how come the Footer line works (or am I using the wrong terminology)?
by estechco
Mon Nov 15, 2004 12:27 pm
Forum: VCL
Topic: Unicode support
Replies: 2
Views: 4409

Unicode support

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