Hi,
It seems to me that the Extended Directory Search feature does not work well with non-ASCII characters in directories pathnames.
Note: the line "FuzzyCD=2" is present in the TCMD.INI.
Example:
The problem exists with other non-ASCII characters too (à, ç, è, £, §, ...)
What can I do to fix this? Thank you.
Note: My E: drive is a NTFS partition.
Tests made with TCC 16.03.55 x64 and Windows 8.1 French Edition
Same results with TCC LE 13.06.77 x64.
It seems to me that the Extended Directory Search feature does not work well with non-ASCII characters in directories pathnames.
Note: the line "FuzzyCD=2" is present in the TCMD.INI.
Example:
Code:
E:\>md aaaa\eeee\bbbb
E:\>cd bbbb
E:\aaaa\eeee\bbbb> # OK, the Extended Directory Search works well.
E:\aaaa\eeee\bbbb>cd \
E:\>md aaaa\éééé\cccc
E:\>cd cccc
TCC: (Sys) Le chemin d’accès spécifié est introuvable. # "The specified path was not found"
"E:\aaaa\ツツツツ\cccc"
E:\>cd aaaa\éééé\cccc
E:\aaaa\éééé\cccc> # However, this directory exists
The problem exists with other non-ASCII characters too (à, ç, è, £, §, ...)
What can I do to fix this? Thank you.
Note: My E: drive is a NTFS partition.
Tests made with TCC 16.03.55 x64 and Windows 8.1 French Edition
Same results with TCC LE 13.06.77 x64.