Change Log for the latest
XYplorer BETA version:
Code: Select all
v25.10.0122 - 2023-11-18 16:34
+ SC base64encode and base64decode: UTF8 processing is now optional (though still
the default). Reason: There is at least one context, base64-encoded images, where
UTF8 conversion generally does not seem to be used.
Syntax: base64decode(text, [file], [targetfile], [utf8=1])
utf8: 1: Convert from UTF8 after decoding. Defaults to 1.
Syntax: base64encode(text, [file], [targetfile], [utf8=1])
utf8: 1: Convert to UTF8 before encoding. Defaults to 1.
Example:
text hexdump(base64decode(<clipboard>, 3:=0)); //base64-decode without intermediate UTF8-decoding

To easily
upgrade to this BETA version from XYplorer, hold down the
CTRL key while you click
Help | Online Support | Check for Updates. If you prefer to
download the BETA version, choose one of these packages:
(1)
Installer Package, (2)
No-Install Package (for manual unpacking).
Note that BETA versions are work in progress and might contain fresh bugs. You have been warned. It's a good idea to backup your complete XYplorer settings (menu File | Settings Special | Backup Application Data Folder...) before running a new BETA version. This will also help in fixing any fresh bugs.