create a new Charset environment variable
As I checked the manual of PortableApps.comLauncher,
i didn't find a section in launcher.ini to setup charset for portable applications.
So i just wrote some customized nsis script to export charset environment variable.
Hopefully it is usefull for you.
The logic is:
Check PAL:LanguageCustom value,
if not set use English as default.
Use the result as a key to get value from section [LanguageCharsetMap]
and export the value as PAL:CharsetCustom.
If not found then use DefaultCharset in section [Language]
or UTF-8 as fallback.
Code is below:
- Read more about create a new Charset environment variable
- Log in or register to post comments
