Form Captions - Japanese

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
Angus
Posts: 21
Joined: Sun Dec 10, 2006 11:39 pm
Location: New Zealand

Form Captions - Japanese

Post by Angus »

Hi,
Do you have a recomendation on how to get the Forms Caption to display japanese characters. I've converted all components to unicode (tnt), but there is nothing for the actual form in this toolbox for the form itself. At the moment, my form caption comes out as garbage.
Thanks, angus.
isiticov
Site Admin
Posts: 2385
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

Hi,
Just change manually in your unit's source:
TMyForm = class(TForm)
to
TMyForm = class(TTntForm)

:)
Best regards,
Igor Siticov.
Post Reply