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
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
With open files, we can pass in the encoding from Atom. How to effectively search files with different encodings? I suppose we need to solve the encoding autodetection in core, then we can use the same pattern when opening each file.
Same goes for replacing. We need to write the file in the correct encoding.
The text was updated successfully, but these errors were encountered:
Thanks to @aki77 we are better at handling utf8 with #25. But support for any other encodings is terrible.
PathSearcher
andPathReplacer
Potential files for testing: https://github.com/benogle/encodings
Open questions
The text was updated successfully, but these errors were encountered: