Each time I use this function (which I do a lot), I have to control the encoding to avoid data loss (filenames corruption).
Please make it configurable (ANSI, UTF-8, Unicode UTF-16 LE).
There are already good examples of how the Total Commander handles encodings for similar temporary list files:
It would be great to have something like that for the in-title scenario.%UL,%UF like %L and %F, but with UTF-8 Unicode list file (with byte order mark)
%WL,%WF like %L and %F, but with a UTF-16 Unicode list file (with byte order mark).
It could be in GUI and/or in INI:
Code: Select all
MultiRenameToolEditEncoding=ANSI|UTF-8|UTF-16 LE
Edit: is always ANSI