TD-24848: Allow saving TEXT outline as UTF-8 encoding in CDK
TD-24848: Allow saving TEXT outline as UTF-8 encoding in CDK
I have opened a feature request to allow saving as UTF-8 with the CDK which is currently not possible with TD7.2.1.
Igor Ivanovic
-
- Founder/Site Admin
- Posts: 3483
- Joined: 24 Feb 2017, 09:12
- Location: Gouda, The Netherlands
Re: TD-24848: Allow saving TEXT outline as UTF-8 encoding in CDK
This issue is resolved in Gupta Team Developer (TD) 7.3
Code: Select all
BOOL CDKSetUTF8Option(int loadOrSave, BOOL bEnable);
Regards,
Dave Rabelink
Articles and information on Team Developer Tips & Tricks Wiki
Download samples, documents and resources from TD Sample Vault
Videos on TDWiki YouTube Channel
Dave Rabelink
Articles and information on Team Developer Tips & Tricks Wiki
Download samples, documents and resources from TD Sample Vault
Videos on TDWiki YouTube Channel
Re: TD-24848: Allow saving TEXT outline as UTF-8 encoding in CDK
How do you use the int loadOrSave Paramater? There is no documentation...
Re: TD-24848: Allow saving TEXT outline as UTF-8 encoding in CDK
I received this information about this function from Opentext:
Here is how we use the function CdkSetUTF8Option():
You can call it if you want to read UTF-8 encoded apt file, or save opened application as UTF-8 encoded apt file.
Once you set this option it effect until end of CDK. Default encoding for apt is still UTF-16.
CDKSetUTF8Option(int loadOrSave, BOOL bEnable);
loadOrSave:
0 -> Enable or disable Save As UTF8 option
1 -> Enable or disable Read As UTF8 option
2 -> Enable or disable both options
Here is how we use the function CdkSetUTF8Option():
You can call it if you want to read UTF-8 encoded apt file, or save opened application as UTF-8 encoded apt file.
Once you set this option it effect until end of CDK. Default encoding for apt is still UTF-16.
CDKSetUTF8Option(int loadOrSave, BOOL bEnable);
loadOrSave:
0 -> Enable or disable Save As UTF8 option
1 -> Enable or disable Read As UTF8 option
2 -> Enable or disable both options
Who is online
Users browsing this forum: [Ccbot] and 0 guests