Comments
-
Greg Hurrell
The fact that you can't type non-ASCII at the prompt is a known limitation (bug #1535).
The thing about the error when in a directory with those characters is new to me though. Let's make this bug for that second issue, and keep bug #1535 for the prompt limitation.
-
Mike Miller
Until it's possible to enter unicode characters (though in my case, the unicode is a small part of the file name and is not essential for locating it), can you suggest a workaround that will allow Command-T to continue scanning other directories? Currently, it seems to abort all processing.
-
anonymous
I ran into this issue as I had some directories with German names and some umlaut characters.
Error detected while processing function commandt#CommandTShowFileFinder: line 2: Encoding::CompatibilityError: incompatible encoding regexp match (UTF-8 regexp with ASCII-8BIT string)
Maybe some error handling is needed to report that some files or directories could not be listed, without aborting.
-
anonymous
Created
,
edited
The main problem is that by doing approximate matching Command-T is hitting directories and files with names that trip it up. The following message appears:
Error detected while processing function CommandTListMatches: line 1: Encoding::CompatibilityError: incompatible encoding regexp match (UTF-8 regexp with ASCII-8BIT string)
It's unclear which name caused this, but even if you have a guess there is little one can do to prevent it.
Add a comment
Comments are now closed for this issue.