We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If there are some files with invalid characters ruby raises an error:
invalid byte sequence in UTF-8 (eval):91:in `gsub' (eval):91:in `regex_escape' (eval):595:in `highlight_selected_index' (eval):575:in `refresh' (eval):485:in `run' (eval):759:in `run' (eval):768:in `run_from_path' (eval):1:in `block in <main>' (eval):238:in `profile' (eval):1:in `<main>'
I have seen this kind of errors before on Windows with codepage 936 (cp936), but I did not find out exactly how to triger this error.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If there are some files with invalid characters ruby raises an error:
I have seen this kind of errors before on Windows with codepage 936 (cp936), but I did not find out exactly how to triger this error.
The text was updated successfully, but these errors were encountered: