All announcements, questions and issues related to the TsiLang Components Suite.
khh
Posts: 2 Joined: Sat Jun 16, 2007 7:09 am
Post
by khh » Mon Jun 18, 2007 8:49 am
I notice that there is a strange behaver with DataModule, All word appear as '?????? ?????' while with normal forms every thing is OK!
isiticov
Site Admin
Posts: 2416 Joined: Thu Nov 21, 2002 3:17 pm
Post
by isiticov » Mon Jun 18, 2007 9:24 am
Hello,
It looks like you try to convert strings stored in data-module to Unicode. TsiLang components have run-time property named CurrentCharset. You need to assign it to appropriate charset for TsiLang on the data-module upon language changing.
Best regards,
Igor Siticov.
khh
Posts: 2 Joined: Sat Jun 16, 2007 7:09 am
Post
by khh » Mon Jun 18, 2007 7:15 pm
I am not using Unicode I am using stander ARABIC_CHARSET.
I am using the same setting in forms and it is working fine there.
But with DataModule I get question marks!
isiticov
Site Admin
Posts: 2416 Joined: Thu Nov 21, 2002 3:17 pm
Post
by isiticov » Tue Jun 19, 2007 3:17 am
Please set CurrentCharset property to ARABIC_CHARSET and let us know if this helps. Thank you.
Best regards,
Igor Siticov.