Hi,
today I found that generated list of selected files has wrong characters, and original file name is somehow mangled.
(1) Left/Right Panel [OK]
(2) Generated List [WRONG]
(3) List view/Quick View for directory [WRONG]
(2) and (3) are behaving differently
I was able to get same result:
if I copy-paste name of file to Notepad++ with selected encoding Windows-1250 and then I just switched encoding to Windows-1252
without conversion I got same what is inside of generate list of files.
Also problem is, that information is "lost in translation", so just changing encoding of generated list will not help.
Installation: TC 10.52 is on Win10 with main language English (1252) and Secondary Slovak (1250)
test characters: ľ ž ( small L with accent and small Z with accent, in process L with accent will become just L)
In console file name is displayed always correctly no matter what codepage I choose (437 / Windows 1250 / Windows 1252)
Inconmsistent encoding of filenames in TC
Moderators: Hacker, petermad, Stefan2, white
Re: Inconmsistent encoding of filenames in TC
Just to note, unicode lists like (%UL) are correct
Re: Inconmsistent encoding of filenames in TC
There is no such problem if you use the correct UTF8 functions in TC.
The following button for example stores a list of all selected files into an txt file
with the right UTF8 encoding.
The following button for example stores a list of all selected files into an txt file
with the right UTF8 encoding.
Code: Select all
TOTALCMD#BAR#DATA
%comspec% /c copy
"%UL" "%T\%B-0_SelectedFiles.txt"
C:\Tools\Wincmd\WCMICONS48.DLL,46
Selected file names to list in target
1
-1
Windows 11 Home, Version 24H2 (OS Build 26100.3915)
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
Re: Inconmsistent encoding of filenames in TC
Of course they are correct.
Why do you think you don't need UTF8 here ?
Windows 11 Home, Version 24H2 (OS Build 26100.3915)
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64