Change Log for the latest
XYplorer BETA version (32-bit):
Code: Select all
v27.20.0906 - 2026-01-31 12:05
+ SC utf8decode enhanced: Now, you can pass an optional code page parameter to decode
any code page besides UTF-8.
Syntax: utf8decode(string, [codepage=65001 (CP_UTF8)])
string: string to decode
codepage: codepage number
defaults to 65001 (= UTF-8)
Examples:
echo(utf8decode("Köln")); //Köln (from UTF-8)
echo(utf8decode("K+APY-ln", 65000)); //Köln (from UTF-7)
+ SC utf8encode enhanced: Now, you can pass an optional code page parameter to encode
any code page besides UTF-8.
Syntax: utf8encode(string, [flags=1], [codepage=65001 (CP_UTF8)])
string: string to encode
flags (bit field):
1 = [default] to wide string (2 bytes per character)
2 = add BOM
codepage: codepage number
defaults to 65001 (= UTF-8)
Examples:
echo(utf8encode("Köln")); //Köln (to UTF-8)
echo(utf8encode("Köln",, 65000)); //"K+APY-ln (to UTF-7)
! List | Zombie Drag: Since 20251108, you could not drag non-existing files (possible
in Paper Folders and Virtal Folders) from the list anymore. Fixed.

To easily
upgrade to this BETA version of XYplorer (32-bit), hold down the
CTRL key and 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 may contain new bugs. You have been warned. It's a good idea to backup your complete XYplorer settings (File | Settings Special | Backup Application Data Folder...) before running a new BETA. This will also help to fix any new bugs.