Hi,
When creating an archive Total Commander will warn you that one or more files have a non-ansi file name. It allows various options but I would like one as "show non-ansi files". Usually I don't like these file names myself and rather have their name changed to someting Ansi, but I would like to quickly find out which files we're talking about.
Is it an idea to have something like this added?
Best regards, JP.
Tell which file has a non-ansi name.
Moderators: Hacker, petermad, Stefan2, white
- jphendriks
- Junior Member
- Posts: 31
- Joined: 2004-01-20, 08:16 UTC
- Location: Purmerend
- Contact:
Re: Tell which file has a non-ansi name.
Give a try with voidtools Everything 1.5a and if it match your expectation use it in TC. see viewtopic.php?f=3&t=56800
in everything: char-range:>0x7F
in TC search use everything modifier on search field, once ticked in search dialog.
ep: char-range:>0x7F
in everything: char-range:>0x7F
in TC search use everything modifier on search field, once ticked in search dialog.
ep: char-range:>0x7F
Re: Tell which file has a non-ansi name.
It should be ev not epnsp wrote: 2021-09-09, 07:49 UTC Give a try with voidtools Everything 1.5a and if it match your expectation use it in TC. see viewtopic.php?f=3&t=56800
in everything: char-range:>0x7F
in TC search use everything modifier on search field, once ticked in search dialog.
ep: char-range:>0x7F
ev: char-range:>0x7F
Its also possible to use Regex for ranges like the following for extended Ascii characters
ev:regex:[^\x00-\x7f]
Windows 11 Home, Version 24H2 (OS Build 26100.4351)
TC 11.55 RC6 x64 / x86
Everything 1.5.0.1395a (x64), Everything Toolbar 1.5.5.0, Listary Pro 6.3.2.88
QAP 11.9.0.3 x64
TC 11.55 RC6 x64 / x86
Everything 1.5.0.1395a (x64), Everything Toolbar 1.5.5.0, Listary Pro 6.3.2.88
QAP 11.9.0.3 x64
- jphendriks
- Junior Member
- Posts: 31
- Joined: 2004-01-20, 08:16 UTC
- Location: Purmerend
- Contact:
Re: Tell which file has a non-ansi name.
[^\x00-\x7f] works like a charm in TC search. Now just fingers crossed that I will remember the regex. Thanks!Horst.Epp wrote: 2021-09-09, 11:58 UTC
Its also possible to use Regex for ranges like the following for extended Ascii characters
ev:regex:[^\x00-\x7f]
Re: Tell which file has a non-ansi name.
jphendriks wrote: 2021-09-09, 20:35 UTC ... . Now just fingers crossed that I will remember the regex.
You can save the configuration made in MRT (Multi rename tool) for later reuse and also call it from a button:
viewtopic.php?p=347067#p347067