
BenefitsWith this plugin, users of AutoPlay Media Studio, Setup Factory, TrueUpdate and Visual Patch can perform character transformations between diffent types of encodings. This plugin offers 76 different kinds of encodings that can be used in transformations between strings and files.
This plugin is an expanded version of the free Unicode plugin, which you also can find on this web site.
Besides the functions available in the Unicode plugin, this version also features functions to convert strings directly from one encoding to another, as well as text file conversions without the need to import them into strings or tables and then write them back to disk.
Unicode Actions Plugin |
Encoding Actions Plugin |
|
|---|---|---|
| License | Freeware |
Commercial |
| Encodings | 3 |
76 |
iso-8859-1 utf-8 unicode |
asmo-708 big5 cp866 cp875 dos-720 dos-862 euc-jp euc-kr gb2312 ibm00858 ibm037 ibm437 ibm500 ibm737 ibm775 ibm850 ibm852 ibm855 ibm857 ibm860 ibm861 ibm863 ibm864 ibm865 ibm869 ibm870 iso-2022-jp iso-2022-kr iso-8859-1 iso-8859-2 iso-8859-3 iso-8859-4 iso-8859-5 iso-8859-6 iso-8859-7 iso-8859-8 iso-8859-9 iso-8859-13 iso-8859-15 koi8-r koi8-u ks_c_5601-1987 macintosh shift_jis unicode unicodefffe us-ascii utf-7 utf-8 utf-32 utf-32be windows-874 windows-1250 windows-1251 windows-1252 windows-1253 windows-1254 windows-1255 windows-1256 windows-1257 windows-1258 x-mac-arabic x-mac-ce x-mac-chinesesimp x-mac-chinesetrad x-mac-croatian x-mac-cyrillic x-mac-greek x-mac-hebrew x-mac-icelandic x-mac-japanese x-mac-korean x-mac-romanian x-mac-thai x-mac-turkish x-mac-ukrainian |
|
| Functions | Unicode.ReadToTable(); Unicode.ReadToString(); Unicode.WriteFromTable(); Unicode.WriteFromString(); |
Encoding.ConvertFile(); Encoding.ConvertString(); Encoding.ReadToTable(); Encoding.ReadToString(); Encoding.WriteFromTable(); Encoding.WriteFromString(); |
As this is an enhanced version of the free Unicode plugin, there is no specific evaluation version for it.
| Compatible with: | |
| License: | Commercial plugin |
| Documentation: | Deployed with installer, or online here |
| Download link: | Full version for registered users |
You can purchase a license for this plugin by clicking the button below. The cost for this plugin is US$ 14.95.
If you are unable to use PayPal, I accept Amazon Gift Cards as well for single purchases.
After I am notified about your payment, a custom build will be done for you. You will be informed when you can download your installer from this web site. After the installation, you will see a dialog with two codes, like the image below. I need both codes before I can send you the unlock code for the plugin.

The activation code does not expire, and will work with future versions, including updates and bug fixes. A new activation code may be required if you need to reinstall your operating system, and will be sent for free - just let me know.
Here you can see how to display Greek in AutoPlay Media Studio. I took a filler text (Lorem Ipsum) using Greek characters, and displayed them in a Paragraph object:
You need to configure the Paragraph object to the correct charset, as shown in this image:

Then, just load the text in the original encoding and convert it using this plugin into a format that AutoPlay Media Studio can handle and display correctly:
txt = Encoding.ReadToString("AutoPlay\\Docs\\Greek-Lipsum.txt", "utf-8", "windows-1253");
Paragraph.SetText("ConvertedText", txt);
