You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. Am currently on Windows, and there for some reason (...) unicode files are often created as UTF16BE.
I realized I have a project with mixed file encodings, most is UTF8 and some are UTF16BE, and ripgrep currently don't find anything in those files.
In the attached archive is a project I was working on, and the file src\GUIGroup.ts happens to be in UTF16BE,
so try searching the folder for "GUIGroup" causes no hits in that file.
Tested with ripgrep 0.4.0 on Windows. Same result with ripgrep 0.4.0 on macOS
Hello. Am currently on Windows, and there for some reason (...) unicode files are often created as UTF16BE.
I realized I have a project with mixed file encodings, most is UTF8 and some are UTF16BE, and ripgrep currently don't find anything in those files.
In the attached archive is a project I was working on, and the file src\GUIGroup.ts happens to be in UTF16BE,
so try searching the folder for "GUIGroup" causes no hits in that file.
Tested with ripgrep 0.4.0 on Windows. Same result with ripgrep 0.4.0 on macOS
Github dont want to attach zip files today, so I put it here:
http://wikisend.com/download/290136/utf16issue_ripgrep.zip
The text was updated successfully, but these errors were encountered: